diff options
author | Clyne Sullivan <tullivan99@gmail.com> | 2016-04-04 07:32:55 -0400 |
---|---|---|
committer | Clyne Sullivan <tullivan99@gmail.com> | 2016-04-04 07:32:55 -0400 |
commit | c74d256646cf0c438feee2ac703cc1f34b47b8ec (patch) | |
tree | af9ec2469bce263c53ce6adc8d9385750eab3ead /include/inventory.hpp | |
parent | 260c617673ab332bf2a3531db45bd264668d1b98 (diff) | |
parent | a45daeda3633bdf25267a0186b39618269dca970 (diff) |
Merge branch 'master' of https://github.com/tcsullivan/gamedev
Diffstat (limited to 'include/inventory.hpp')
-rw-r--r-- | include/inventory.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/inventory.hpp b/include/inventory.hpp index 5336cee..e38f89a 100644 --- a/include/inventory.hpp +++ b/include/inventory.hpp @@ -15,6 +15,7 @@ public: float width; float height; int maxStackSize; + float attribValue; std::string texloc; Texturec *tex; |