Corrected some issues to compile with MSC

This commit is contained in:
raysan5
2016-07-29 13:17:50 +02:00
parent a422e39492
commit a008d49230
3 changed files with 43 additions and 10 deletions

View File

@ -78,6 +78,10 @@
#define JAR_MOD_IMPLEMENTATION
#include "external/jar_mod.h" // MOD loading functions
#ifdef _MSC_VER
#undef bool
#endif
//----------------------------------------------------------------------------------
// Defines and Macros
//----------------------------------------------------------------------------------