summaryrefslogblamecommitdiff
path: root/src/char_sql/int_homun.h
blob: 2b9af8ebcd6e6f4b62243815f458abcd94f37579 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11










                                                    
                                        


                                           
// 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_delete_homunculus(int hom_id);
int inter_homunculus_parse_frommap(int fd);

#endif