Main Page | Modules | Data Structures | Directories | File List | Data Fields | Globals | Related Pages

int_guild.h

00001 #ifndef _INT_GUILD_H_
00002 #define _INT_GUILD_H_
00003 
00004 void inter_guild_init();
00005 int inter_guild_parse_frommap(int fd);
00006 void inter_guild_mapif_init(int fd);
00007 void inter_guild_leave(int guild_id, int account_id, int char_id);
00008 
00009 #ifdef TXT_ONLY
00010 void inter_guild_save();
00011 #endif /* TXT_ONLY */
00012 
00013 #ifdef TXT_ONLY
00014 extern char guild_txt[1024];
00015 extern char castle_txt[1024];
00016 #endif /* TXT_ONLY */
00017 
00018 #endif // _INT_GUILD_H_

Generated on Fri Apr 28 10:20:04 2006 for OpenAthena by  doxygen 1.4.4