aboutsummaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'config.h')
-rw-r--r--config.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/config.h b/config.h
index ed03b67..73df5f6 100644
--- a/config.h
+++ b/config.h
@@ -1,6 +1,8 @@
#ifndef config_h
#define config_h
+#define game_name "1bit Game Jam"
+
#define memory_size (1024 * 8)
#define app_memory_size (1024 * 4)