From 36ef7e42fb1b151c64d69d96df7e33a9f4c47b83 Mon Sep 17 00:00:00 2001 From: Clyne Sullivan Date: Mon, 8 Feb 2016 08:48:33 -0500 Subject: quests? --- include/Quest.h | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) (limited to 'include') diff --git a/include/Quest.h b/include/Quest.h index cc01d27..7ba77c8 100644 --- a/include/Quest.h +++ b/include/Quest.h @@ -24,17 +24,9 @@ typedef struct { std::string title; std::string desc; struct item_t reward; + std::vector need; } Quest; -/*class Quest { -public: - char *title; - char *desc; - struct item_t reward; - Quest(const char *t,const char *d,struct item_t r); - ~Quest(); -};*/ - /** * The Quest Handler class. * -- cgit v1.2.3