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/high/mmo.hpp | |
parent | ecef2b6bf1e49a62acf4b9baf9a927835fa03e91 (diff) | |
download | tmwa-generate-code-out-of-tree.tar.gz tmwa-generate-code-out-of-tree.tar.bz2 tmwa-generate-code-out-of-tree.tar.xz tmwa-generate-code-out-of-tree.zip |
Generate code out of treegenerate-code-out-of-tree
Diffstat (limited to 'src/high/mmo.hpp')
-rw-r--r-- | src/high/mmo.hpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/high/mmo.hpp b/src/high/mmo.hpp index b5bcac8..998689b 100644 --- a/src/high/mmo.hpp +++ b/src/high/mmo.hpp @@ -25,10 +25,10 @@ #include "../compat/borrow.hpp" #include "../compat/memory.hpp" -#include "../proto2/net-CharData.hpp" -#include "../proto2/net-CharKey.hpp" -#include "../proto2/net-PartyMost.hpp" -#include "../proto2/net-SkillValue.hpp" +#include "proto2/net-CharData.hpp" +#include "proto2/net-CharKey.hpp" +#include "proto2/net-PartyMost.hpp" +#include "proto2/net-SkillValue.hpp" namespace tmwa |