diff --git a/_utility.gsh b/_utility.gsh index edcdd96..dd2a384 100644 --- a/_utility.gsh +++ b/_utility.gsh @@ -10,6 +10,11 @@ * /Zc:preprocessor is required with the MSVC compiler. */ +#ifdef IW4 + #define IW4MP + #define IW4SP +#endif + #define TRUE 1 #define FALSE 0