
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@12592 54d463be-8e91-2dee-dedb-b68131a5f0ec
14 lines
236 B
C
14 lines
236 B
C
// 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
|
|
|