Use typedef instead define for bool

0.8.0-dev
Koncord 5 years ago
parent 4ca5da5666
commit eee9fc1ad1

@ -24,5 +24,5 @@ typedef unsigned int PlayerId;
#define InvalidPID ((unsigned int) -1)
#if !defined __cplusplus
#define bool uint8_t
#endif
typedef uint8_t bool;
#endif

Loading…
Cancel
Save