blob: 7cc8cc60e0789ec6d4879ae9c696bc0caba62e21 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
#ifndef _INT_GUILD_H_
#define _INT_GUILD_H_
int inter_guild_init();
int inter_guild_save();
int inter_guild_parse_frommap(int fd);
extern char guild_txt[256];
#endif
|