root/src/char_sql/int_quest.h
@
1
Revision 1, 249 bytes (checked in by jinshiro, 17 years ago) |
---|
Rev | Line | |
---|---|---|
[1] | 1 | // Copyright (c) Athena Dev Teams - Licensed under GNU GPL |
2 | // For more information, see LICENCE in the main folder | |
3 | ||
4 | #ifndef _QUEST_H_ | |
5 | #define _QUEST_H_ | |
6 | ||
7 | /*questlog system*/ | |
8 | struct quest; | |
9 | ||
10 | int inter_quest_parse_frommap(int fd); | |
11 | ||
12 | #endif | |
13 |
Note: See TracBrowser
for help on using the browser.