diff options
Diffstat (limited to 'src/tool/moneycount/main.cpp')
-rw-r--r-- | src/tool/moneycount/main.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tool/moneycount/main.cpp b/src/tool/moneycount/main.cpp index d15f223..2c3d56c 100644 --- a/src/tool/moneycount/main.cpp +++ b/src/tool/moneycount/main.cpp @@ -7,8 +7,8 @@ #include <algorithm> #include <cmath> -#include "mmo.h" -#include "athena_text.h" +#include "mmo.hpp" +#include "athena_text.hpp" #include "inf.hpp" #define ATHENA_FILE "save/athena.txt" |