|
FS2_Open
Open source remastering of the Freespace 2 engine
|
#include "globalincs/pstypes.h"Go to the source code of this file.
Classes | |
| class | SCP_ExternalCode |
| struct | _SCPDLL_Version |
Macros | |
| #define | SCP_EXT_CALLCONV |
| #define | SCPDLL_EXTERNAL |
| #define | SCPDLL_DLLMAIN() |
| #define | SCP_EXTERN_C |
| #define | SCPDLL_VERSION_FUNCTION(Major, Minor, Patch) |
Typedefs | |
| typedef struct _SCPDLL_Version | SCPDLL_Version |
Functions | |
| typedef | int (SCP_EXT_CALLCONV *SCPDLL_PFVERSION)(SCPDLL_Version *) |
| #define SCP_EXT_CALLCONV |
Definition at line 78 of file externalcode.h.
| #define SCP_EXTERN_C |
Definition at line 86 of file externalcode.h.
| #define SCPDLL_DLLMAIN | ( | ) |
Definition at line 80 of file externalcode.h.
| #define SCPDLL_EXTERNAL |
Definition at line 79 of file externalcode.h.
| #define SCPDLL_VERSION_FUNCTION | ( | Major, | |
| Minor, | |||
| Patch | |||
| ) |
Definition at line 100 of file externalcode.h.
| typedef struct _SCPDLL_Version SCPDLL_Version |
| typedef int | ( | SCP_EXT_CALLCONV * | SCPDLL_PFVERSION | ) |