diff options
author | Jan-Fabian Humann <malastare@gmx.net> | 2005-02-28 20:35:08 +0000 |
---|---|---|
committer | Jan-Fabian Humann <malastare@gmx.net> | 2005-02-28 20:35:08 +0000 |
commit | 15383fabbacec848b5735fa0f728bb6242c6ce0e (patch) | |
tree | 811d6b007cec21635caf8c7945d4384ae30c5d25 /src/graphic/graphic.h | |
parent | 8a21b07ae278697e401a8be25d96d5989f5aeacd (diff) | |
download | mana-client-15383fabbacec848b5735fa0f728bb6242c6ce0e.tar.gz mana-client-15383fabbacec848b5735fa0f728bb6242c6ce0e.tar.bz2 mana-client-15383fabbacec848b5735fa0f728bb6242c6ce0e.tar.xz mana-client-15383fabbacec848b5735fa0f728bb6242c6ce0e.zip |
Adding support for drop items part 2/2
Diffstat (limited to 'src/graphic/graphic.h')
-rw-r--r-- | src/graphic/graphic.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/graphic/graphic.h b/src/graphic/graphic.h index b85c29ae..b3903c9a 100644 --- a/src/graphic/graphic.h +++ b/src/graphic/graphic.h @@ -162,8 +162,9 @@ class Graphics : public gcn::SDLGraphics { */ class Engine { private: - Spriteset *emotionset, *npcset, *monsterset, *weaponset; - + Spriteset *emotionset, *npcset, *monsterset, *weaponset, *itemset; + // Fix this number to an appropriate + public: Engine(); ~Engine(); |