diff options
author | Clyne Sullivan <tullivan99@gmail.com> | 2016-02-10 08:48:49 -0500 |
---|---|---|
committer | Clyne Sullivan <tullivan99@gmail.com> | 2016-02-10 08:48:49 -0500 |
commit | 3033594b89f23e65b6152daa6610f991307f2f67 (patch) | |
tree | 920a7c1b35946210683cdd1146cd0afeb7e24b7d /include/inventory.h | |
parent | 1382f79d57060dc38f6c45fd4fc865e0e565f90b (diff) |
quests, inventory good
Diffstat (limited to 'include/inventory.h')
-rw-r--r-- | include/inventory.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/inventory.h b/include/inventory.h index e5209de..af859a5 100644 --- a/include/inventory.h +++ b/include/inventory.h @@ -48,6 +48,7 @@ public: int addItem(std::string name,uint count); int takeItem(std::string name,uint count); + int hasItem(std::string name); int useItem(void); bool detectCollision(vec2,vec2); |