Files
handmadehero/config.h
T

15 lines
213 B
C

#ifndef CONFIG_SENTRY
#define CONFIG_SENTRY
/* TODO: How does ... handle this in his projects? */
#ifndef BUILD_DEBUG
#define BUILD_DEBUG 1
#endif
#ifndef BUILD_INTERNAL
#define BUILD_INTERNAL 1
#endif
#endif