summaryrefslogblamecommitdiff
path: root/src/char/int_quest.h
blob: a66c34a75a5065b0cdfcae7d9f7a6ef27f5fd4a9 (plain) (tree)
1
2
3
4
5
6


                                                          

                    
 






                                          
 
                         
 
// Copyright (c) Athena Dev Teams - Licensed under GNU GPL
// For more information, see LICENCE in the main folder

#ifndef CHAR_QUEST_H
#define CHAR_QUEST_H

void inter_quest_defaults(void);

struct inter_quest_interface {
    int (*parse_frommap) (int fd);
};

struct inter_quest_interface *inter_quest;

#endif /* CHAR_QUEST_H */