root/src/char/int_homun.h
Revision 1, 397 bytes (checked in by jinshiro, 17 years ago) |
---|
Line | |
---|---|
1 | // Copyright (c) Athena Dev Teams - Licensed under GNU GPL |
2 | // For more information, see LICENCE in the main folder |
3 | |
4 | #ifndef _INT_HOMUN_H_ |
5 | #define _INT_HOMUN_H_ |
6 | |
7 | int inter_homun_init(void); |
8 | void inter_homun_final(void); |
9 | int inter_homun_save(void); |
10 | int inter_homun_delete(int homun_id); |
11 | int inter_homun_parse_frommap(int fd); |
12 | |
13 | extern char homun_txt[1024]; |
14 | |
15 | #endif /* _INT_HOMUN_H_ */ |
Note: See TracBrowser
for help on using the browser.