fix: define for IW4

This commit is contained in:
6arelyFuture 2023-05-07 12:15:04 +01:00
parent 81a8ea7c68
commit 05ba217bfd
No known key found for this signature in database
GPG Key ID: 22F9079C86CFAB31

View File

@ -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