Move CLASSEXPORT from server/defs.h to shared/defs.h

This commit is contained in:
Marco Cawthorne 2020-12-01 12:32:42 +01:00
parent 31099eb2e9
commit 2fa4fd159c
2 changed files with 2 additions and 2 deletions

View File

@ -27,8 +27,6 @@
#include "traceattack.h"
#include "footsteps.h"
#define CLASSEXPORT(classname,classa) void classname(void) { spawnfunc_##classa(); }
#define AREAPORTAL_CLOSED 0
#define AREAPORTAL_OPEN 1

View File

@ -28,6 +28,8 @@
#include "pmove.h"
#include "memory.h"
#define CLASSEXPORT(classname,classa) void classname(void) { spawnfunc_##classa(); }
/* Those are constant for HL BSP and CANNOT be changed.
* Blame Valve for purchasing a Quake II license but not
* scrapping hull sizes for their .bsp format... */