From eb9d9a5e40f78993ab6280df285b1a15a7f27abb Mon Sep 17 00:00:00 2001 From: Kevin Date: Fri, 11 Apr 2008 01:38:41 +0000 Subject: More questlog code. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12556 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/quest.h | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 src/map/quest.h (limited to 'src/map/quest.h') diff --git a/src/map/quest.h b/src/map/quest.h new file mode 100644 index 000000000..efcfbc2d0 --- /dev/null +++ b/src/map/quest.h @@ -0,0 +1,11 @@ +// 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 quest_pc_login(TBL_PC * sd); +int quest_load_info(TBL_PC * sd, struct mmo_charstatus * st); +int quest_make_savedata(TBL_PC * sd); + +#endif -- cgit v1.2.3-60-g2f50