diff options
Diffstat (limited to 'include/constants.h')
-rw-r--r-- | include/constants.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/include/constants.h b/include/constants.h new file mode 100644 index 0000000..2f9625a --- /dev/null +++ b/include/constants.h @@ -0,0 +1,7 @@ +#pragma once + +#define WINDOW_WIDTH 1280 +#define WINDOW_HEIGHT 720 + +#define MAX_ENTITY_COUNT 2048 +#define MAX_AREA_COUNT 4
\ No newline at end of file |