aboutsummaryrefslogtreecommitdiff
path: root/src/config.cc
diff options
context:
space:
mode:
authorfusion32 <marcopuzziello@gmail.com>2025-05-20 16:41:03 -0300
committerfusion32 <marcopuzziello@gmail.com>2025-05-20 16:41:03 -0300
commit42be37f4ad99fc8580415fed89939e305d56193e (patch)
tree41303aace3c214f925a43fec6a857f313196e38d /src/config.cc
parent7fe30185df21617cf44100f89db462cd4501050e (diff)
downloadgame-42be37f4ad99fc8580415fed89939e305d56193e.tar.gz
game-42be37f4ad99fc8580415fed89939e305d56193e.zip
implement `main.cc`, `shm.cc`, and `time.cc` + overall tweeks
Diffstat (limited to 'src/config.cc')
-rw-r--r--src/config.cc6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/config.cc b/src/config.cc
new file mode 100644
index 0000000..36917cb
--- /dev/null
+++ b/src/config.cc
@@ -0,0 +1,6 @@
+#include "main.hh"
+
+int Beat = 0;
+int DebugLevel = 0;
+
+//