| 1234567891011121314 |
- #ifndef CONFIG_H_INCLUDE
- #define CONFIG_H_INCLUDE
- #define INTERNAL_BUILD 1 //when internal build is true and an assertion is hit, you have the option to debug or ignore
- //when internal build if false and an asertion is hit, the error is reported and the program
- //closes
- #endif
|