root/src/char/int_homun.h @ 6

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
7int inter_homun_init(void);
8void inter_homun_final(void);
9int inter_homun_save(void);
10int inter_homun_delete(int homun_id);
11int inter_homun_parse_frommap(int fd);
12
13extern char homun_txt[1024];
14
15#endif /* _INT_HOMUN_H_ */
Note: See TracBrowser for help on using the browser.