aboutsummaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorquou <quou@disroot.org>2024-09-24 20:30:10 +1000
committerquou <quou@disroot.org>2024-09-24 20:30:10 +1000
commitab731535e11040b0970015d6b00aee822dca6441 (patch)
tree955daab6d1e4fd9b4c1da588810a7e026edaae9d /config.h
parent7b21e266928f10b771bdbb23835410a900ab3587 (diff)
game name #define
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)