aboutsummaryrefslogtreecommitdiff
path: root/src/typedef.h
diff options
context:
space:
mode:
authorkartofen <mladenovnasko0@gmail.com>2022-10-13 21:25:06 +0300
committerkartofen <mladenovnasko0@gmail.com>2022-10-13 21:25:06 +0300
commit744115fe481b928b2de4930a9b9c41794dce10e0 (patch)
tree303cfb8bae18c25ce3beb723f4d7f5c2af8856a9 /src/typedef.h
parentaf0cf5646bb703daf5f777f478017b46f137ed99 (diff)
add some comments
Diffstat (limited to 'src/typedef.h')
-rw-r--r--src/typedef.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/typedef.h b/src/typedef.h
index cf7787e..730b32a 100644
--- a/src/typedef.h
+++ b/src/typedef.h
@@ -3,7 +3,9 @@
// useful definitions
+// max tiles that can be loaded
#define TILES_CAP 128
+// max amount of tiles in a tilemap that is being generated
#define TILEMAP_CAP 16384
#include <stdint.h>