Ark Server API (ASA) - Wiki
Loading...
Searching...
No Matches
CoreDefines.h File Reference
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define STUBBED(x)
 
#define CPP   1
 
#define STRUCTCPP   1
 
#define DEFAULTS   0
 
#define STANDALONE_SEEKFREE_SUFFIX   TEXT("_SF")
 
#define NUM_DELEGATE_INLINE_BYTES   0
 
#define NUM_MULTICAST_DELEGATE_INLINE_ENTRIES   0
 
#define NUM_TFUNCTION_INLINE_BYTES   32
 
#define NO_CVARS   0
 

Macro Definition Documentation

◆ CPP

#define CPP   1

Definition at line 21 of file CoreDefines.h.

◆ DEFAULTS

#define DEFAULTS   0

Definition at line 23 of file CoreDefines.h.

◆ NO_CVARS

#define NO_CVARS   0

Definition at line 66 of file CoreDefines.h.

◆ NUM_DELEGATE_INLINE_BYTES

#define NUM_DELEGATE_INLINE_BYTES   0

Definition at line 43 of file CoreDefines.h.

◆ NUM_MULTICAST_DELEGATE_INLINE_ENTRIES

#define NUM_MULTICAST_DELEGATE_INLINE_ENTRIES   0

Definition at line 52 of file CoreDefines.h.

◆ NUM_TFUNCTION_INLINE_BYTES

#define NUM_TFUNCTION_INLINE_BYTES   32

Definition at line 61 of file CoreDefines.h.

◆ STANDALONE_SEEKFREE_SUFFIX

#define STANDALONE_SEEKFREE_SUFFIX   TEXT("_SF")

Definition at line 30 of file CoreDefines.h.

◆ STRUCTCPP

#define STRUCTCPP   1

Definition at line 22 of file CoreDefines.h.

◆ STUBBED

#define STUBBED ( x)
Value:
do \
{ \
static bool AlreadySeenThisStubbedSection = false; \
{ \
fprintf(stderr, "STUBBED: %s at %s:%d (%s)\n", x, __FILE__, __LINE__, __FUNCTION__); \
} \
} while (0)

Definition at line 5 of file CoreDefines.h.