diff options
Diffstat (limited to 'src/map/mail.c')
-rw-r--r-- | src/map/mail.c | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/src/map/mail.c b/src/map/mail.c index 65d6ed3f3..8433fbada 100644 --- a/src/map/mail.c +++ b/src/map/mail.c @@ -6,10 +6,6 @@ // Created by Valaris // moved all strings to msg_athena.conf [Lupus] -#include <stdio.h> -#include <stdlib.h> -#include <string.h> - #include "../common/strlib.h" #include "../common/socket.h" #include "../common/timer.h" @@ -24,6 +20,11 @@ #include "pc.h" #include "mail.h" +#include <stdio.h> +#include <stdlib.h> +#include <string.h> + + int MAIL_CHECK_TIME = 120000; int mail_timer; //extern char *msg_table[1000]; // Server messages (0-499 reserved for GM commands, 500-999 reserved for others) |