summaryrefslogtreecommitdiff
path: root/src/map/quest.h
diff options
context:
space:
mode:
authorKevin <Kevin@54d463be-8e91-2dee-dedb-b68131a5f0ec>2008-04-11 01:38:41 +0000
committerKevin <Kevin@54d463be-8e91-2dee-dedb-b68131a5f0ec>2008-04-11 01:38:41 +0000
commiteb9d9a5e40f78993ab6280df285b1a15a7f27abb (patch)
treee9431a807a8fdfa9252a12d5f0eac1a51c8f32d9 /src/map/quest.h
parent773729d995cc32f98e87f6996b210ff6a2cc8d96 (diff)
downloadhercules-eb9d9a5e40f78993ab6280df285b1a15a7f27abb.tar.gz
hercules-eb9d9a5e40f78993ab6280df285b1a15a7f27abb.tar.bz2
hercules-eb9d9a5e40f78993ab6280df285b1a15a7f27abb.tar.xz
hercules-eb9d9a5e40f78993ab6280df285b1a15a7f27abb.zip
More questlog code.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12556 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/quest.h')
-rw-r--r--src/map/quest.h11
1 files changed, 11 insertions, 0 deletions
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