power_play/src/config.h
2024-02-29 16:01:51 -06:00

13 lines
358 B
C

/* Project-wide configurable constants */
/* If we are not compiling in developer mode, assume resources are embedded as
* a tar archive in the executable. Otherwise, look for resources in the file
* system. */
#define RESOURCES_EMBEDDED !(DEVELOPER)
#define PIXELS_PER_UNIT 256
#define MAX_ENTITIES 4096
#define AUDIO_ENABLED 0
#define VSYNC_ENABLED 0