diff options
Diffstat (limited to 'include/Quest.h')
-rw-r--r-- | include/Quest.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/Quest.h b/include/Quest.h index 65f5b39..5a4144f 100644 --- a/include/Quest.h +++ b/include/Quest.h @@ -11,7 +11,6 @@ class Quest { public: char *title,*desc; unsigned int xp; - Quest(); Quest(const char *t,const char *d,unsigned int x); ~Quest(); }; |