blob: b0403f4361b44ee9fcea8b6ff5246de2f470000d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
// Copyright (c) Athena Dev Teams - Licensed under GNU GPL
// For more information, see LICENCE in the main folder
#ifndef _QUEST_H_
#define _QUEST_H_
int inter_quest_parse_frommap(int fd);
#endif
|