
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@7706 54d463be-8e91-2dee-dedb-b68131a5f0ec
15 lines
384 B
C
15 lines
384 B
C
// Homunculus saving by Albator and Orn for eAthena.
|
|
// GNU/GPL rulez !
|
|
|
|
#ifndef _INT_HOMUN_H_
|
|
#define _INT_HOMUN_H_
|
|
|
|
int inter_homunculus_sql_init(void);
|
|
void inter_homunculus_sql_final(void);
|
|
int mapif_save_homunculus(struct s_homunculus *hd);
|
|
int mapif_load_homunculus(int fd);
|
|
int mapif_delete_homunculus(int fd);
|
|
int inter_homunculus_parse_frommap(int fd);
|
|
|
|
#endif
|