aboutsummaryrefslogtreecommitdiff
path: root/src/config.cc
diff options
context:
space:
mode:
authorfusion32 <marcopuzziello@gmail.com>2025-05-22 01:02:13 -0300
committerfusion32 <marcopuzziello@gmail.com>2025-05-22 09:59:14 -0300
commitde848a4131beb288335b6aaa29c2a6a439c50e0e (patch)
tree64aceaf19d47fc3ff3b26663cb36fd1de0fcdccf /src/config.cc
parent91d7adad320c34ff0cb25aa21b16d59b67387c43 (diff)
downloadgame-de848a4131beb288335b6aaa29c2a6a439c50e0e.tar.gz
game-de848a4131beb288335b6aaa29c2a6a439c50e0e.zip
implement script lexer
Diffstat (limited to 'src/config.cc')
-rw-r--r--src/config.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/config.cc b/src/config.cc
index f30b2b6..bae583a 100644
--- a/src/config.cc
+++ b/src/config.cc
@@ -1,4 +1,4 @@
-#include "main.hh"
+#include "config.hh"
char BINPATH[4096];
char DATAPATH[4096];