blob: 6267c74ad90b98d8307f80f1dfb3be3a46569036 (
plain) (
tree)
|
|
// 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_
int inter_quest_parse_frommap(int fd);
#endif /* _CHAR_QUEST_H_ */
|