config.h 300 B

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