engine: physint: empty-define ALLOC_CHECK if not defined by SDK, so this header can be freely moved to another SDK
This commit is contained in:
parent
e7653d2ea6
commit
9be5b7c6c9
1 changed files with 4 additions and 0 deletions
|
@ -50,6 +50,10 @@ GNU General Public License for more details.
|
|||
#define LUMP_SAVE_NO_DATA 7
|
||||
#define LUMP_SAVE_CORRUPTED 8
|
||||
|
||||
#ifndef ALLOC_CHECK
|
||||
#define ALLOC_CHECK( x )
|
||||
#endif
|
||||
|
||||
typedef struct areanode_s
|
||||
{
|
||||
int axis; // -1 = leaf node
|
||||
|
|
Loading…
Add table
Reference in a new issue