|
@@ -9,15 +9,12 @@
|
|
#include <unistd.h>
|
|
#include <unistd.h>
|
|
#endif
|
|
#endif
|
|
|
|
|
|
-#include "../common/cbasetypes.h"
|
|
|
|
|
|
+#include "../common/mmo.h"
|
|
#include "../common/grfio.h"
|
|
#include "../common/grfio.h"
|
|
#include "../common/malloc.h"
|
|
#include "../common/malloc.h"
|
|
-#include "../common/mmo.h"
|
|
|
|
#include "../common/showmsg.h"
|
|
#include "../common/showmsg.h"
|
|
#include "../common/utils.h"
|
|
#include "../common/utils.h"
|
|
|
|
|
|
-#include "../config/renewal.h"
|
|
|
|
-
|
|
|
|
#define NO_WATER 1000000
|
|
#define NO_WATER 1000000
|
|
|
|
|
|
char grf_list_file[256] = "conf/grf-files.txt";
|
|
char grf_list_file[256] = "conf/grf-files.txt";
|