diff options
author | BoredGuy <osome3717@gmail.com> | 2025-07-24 20:37:56 -0700 |
---|---|---|
committer | BoredGuy <osome3717@gmail.com> | 2025-07-24 20:37:56 -0700 |
commit | dc3d98ab47fefc8388455dbbd4d330e81499d95a (patch) | |
tree | 39edca664d3aca027181a9aa567d8e81775e8c2a /include/constants.h |
Initial Commit
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 |