diff options
| author | fusion32 <marcopuzziello@gmail.com> | 2025-05-22 01:02:13 -0300 |
|---|---|---|
| committer | fusion32 <marcopuzziello@gmail.com> | 2025-05-22 09:59:14 -0300 |
| commit | de848a4131beb288335b6aaa29c2a6a439c50e0e (patch) | |
| tree | 64aceaf19d47fc3ff3b26663cb36fd1de0fcdccf /src/config.cc | |
| parent | 91d7adad320c34ff0cb25aa21b16d59b67387c43 (diff) | |
| download | game-de848a4131beb288335b6aaa29c2a6a439c50e0e.tar.gz game-de848a4131beb288335b6aaa29c2a6a439c50e0e.zip | |
implement script lexer
Diffstat (limited to 'src/config.cc')
| -rw-r--r-- | src/config.cc | 2 |
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]; |
