diff options
Diffstat (limited to 'src/tool/moneycount/athena_text.cpp')
-rw-r--r-- | src/tool/moneycount/athena_text.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tool/moneycount/athena_text.cpp b/src/tool/moneycount/athena_text.cpp index 59269fa..8cf5457 100644 --- a/src/tool/moneycount/athena_text.cpp +++ b/src/tool/moneycount/athena_text.cpp @@ -1,10 +1,10 @@ -#include "athena_text.h" +#include "athena_text.hpp" #include <stdlib.h> #include <stdio.h> #include <string.h> -#include "mmo.h" +#include "mmo.hpp" //------------------------------------------------------------------------- // Function to set the character from the line (at read of characters file) |