diff options
author | Thorbjørn Lindeijer <bjorn@lindeijer.nl> | 2024-06-06 17:50:58 +0200 |
---|---|---|
committer | Thorbjørn Lindeijer <bjorn@lindeijer.nl> | 2024-06-06 17:50:58 +0200 |
commit | 33fb378b7605d34e73d9187cfb36aa8535b96cd0 (patch) | |
tree | 590aec101ad8aa055b90ddfb6bdc3b08a6715dc5 /src/map/tmw.cpp | |
parent | ecef2b6bf1e49a62acf4b9baf9a927835fa03e91 (diff) | |
download | tmwa-33fb378b7605d34e73d9187cfb36aa8535b96cd0.tar.gz tmwa-33fb378b7605d34e73d9187cfb36aa8535b96cd0.tar.bz2 tmwa-33fb378b7605d34e73d9187cfb36aa8535b96cd0.tar.xz tmwa-33fb378b7605d34e73d9187cfb36aa8535b96cd0.zip |
Generate code out of treegenerate-code-out-of-tree
Diffstat (limited to 'src/map/tmw.cpp')
-rw-r--r-- | src/map/tmw.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/tmw.cpp b/src/map/tmw.cpp index 5422b3a..c9ab10b 100644 --- a/src/map/tmw.cpp +++ b/src/map/tmw.cpp @@ -34,7 +34,7 @@ #include "atcommand.hpp" #include "battle.hpp" -#include "battle_conf.hpp" +#include "map/battle_conf.hpp" #include "chrif.hpp" #include "clif.hpp" #include "globals.hpp" |