1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-07-14 05:51:42 +00:00

[Server] Add true/false defines

This commit is contained in:
Koncord 2019-01-24 00:08:37 +08:00
parent 042a7fa51b
commit c550697443

View file

@ -25,4 +25,6 @@ typedef unsigned int PlayerId;
#if !(defined __cplusplus || defined __genffi__)
typedef uint8_t bool;
#define true 1
#define false 0
#endif