summaryrefslogtreecommitdiff
path: root/src/map/quest.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/map/quest.h')
-rw-r--r--src/map/quest.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/map/quest.h b/src/map/quest.h
index 269c58bee..c8fa98246 100644
--- a/src/map/quest.h
+++ b/src/map/quest.h
@@ -17,4 +17,6 @@ int quest_delete_ack(int char_id, int quest_id, int success);
int quest_update_objective(TBL_PC * sd, int quest_id, int objective_num, const char * name, int count);
int quest_update_status(TBL_PC * sd, int quest_id, bool status);
+bool quest_has_quest(TBL_PC * sd, int quest_id);
+
#endif