diff options
Diffstat (limited to 'src/map/intif.h')
-rw-r--r-- | src/map/intif.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/map/intif.h b/src/map/intif.h index f80041847..7f7cfb392 100644 --- a/src/map/intif.h +++ b/src/map/intif.h @@ -4,6 +4,13 @@ #ifndef _INTIF_H_ #define _INFIF_H_ +//#include "../common/mmo.h" +struct party_member; +struct guild_member; +struct guild_position; +struct s_pet; +struct s_homunculus; + int intif_parse(int fd); int intif_GMmessage(const char* mes,int len,int flag); |