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











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

#ifndef _QUEST_H_
#define _QUEST_H_

/*questlog system*/
struct quest;

int inter_quest_parse_frommap(int fd);

#endif