summaryrefslogtreecommitdiff
path: root/src/graphic/graphic.h
diff options
context:
space:
mode:
authorJan-Fabian Humann <malastare@gmx.net>2005-02-28 20:35:08 +0000
committerJan-Fabian Humann <malastare@gmx.net>2005-02-28 20:35:08 +0000
commit15383fabbacec848b5735fa0f728bb6242c6ce0e (patch)
tree811d6b007cec21635caf8c7945d4384ae30c5d25 /src/graphic/graphic.h
parent8a21b07ae278697e401a8be25d96d5989f5aeacd (diff)
downloadmana-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.h5
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();