viewing paste Unknown #36408 | C

Posted on the
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
 
#ifndef CHAR_INT_CLAN_H_
    #define CHAR_INT_CLAN_H_
 
    #include "common/db.h"
    #include "common/mmo.h"
 
struct inter_clan_interface{
    int (*sql_init)(void);
    void (*sql_final)();
    int (*parse_frommap)( int fd );
    struct clan* (*fromsql)( int clan_id );
};
 
#ifdef HERCULES_CORE
void inter_clan_defaults(void);
#endif // HERCULES_CORE
 
HPShared struct inter_clan_interface *inter_clan;
 
#endif
Viewed 924 times, submitted by Guest.