diff options
author | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2005-01-04 18:24:40 +0000 |
---|---|---|
committer | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2005-01-04 18:24:40 +0000 |
commit | a8d207e6889cd353dd11736b5690aa54ac6de993 (patch) | |
tree | 1979e3fbfcafebc4426ea72ed055e2db072800e8 /src/gui/inventory.h | |
parent | ae4e9076051a736e2bbbce91e7fd58cb27448f24 (diff) | |
download | mana-client-a8d207e6889cd353dd11736b5690aa54ac6de993.tar.gz mana-client-a8d207e6889cd353dd11736b5690aa54ac6de993.tar.bz2 mana-client-a8d207e6889cd353dd11736b5690aa54ac6de993.tar.xz mana-client-a8d207e6889cd353dd11736b5690aa54ac6de993.zip |
Got rid of last 5 Allegro datafiles.
Diffstat (limited to 'src/gui/inventory.h')
-rw-r--r-- | src/gui/inventory.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gui/inventory.h b/src/gui/inventory.h index a89578a3..21ffe6bc 100644 --- a/src/gui/inventory.h +++ b/src/gui/inventory.h @@ -33,6 +33,7 @@ #include "../game.h" #include "../log.h" #include "../net/network.h" +#include "../graphic/image.h" #include "gui.h" #include "window.h" @@ -86,7 +87,7 @@ class InventoryWindow : public Window { int useItem(int index, int id); int dropItem(int index, int amunt); - DATAFILE *itemset; + Spriteset *itemset; int itemMeny, itemMeny_x, itemMeny_y, itemMeny_i; }; |