diff options
author | Philipp Sehmisch <tmw@crushnet.org> | 2006-08-17 19:11:28 +0000 |
---|---|---|
committer | Philipp Sehmisch <tmw@crushnet.org> | 2006-08-17 19:11:28 +0000 |
commit | 19ce91290d85620ee464e85c617575986cd34aec (patch) | |
tree | adc7aa4b36553510485cb1197e76108326401b9d /src/floor_item.h | |
parent | ece19f6d44e2604f1d2fee9e0ece02030105e0d4 (diff) | |
download | mana-19ce91290d85620ee464e85c617575986cd34aec.tar.gz mana-19ce91290d85620ee464e85c617575986cd34aec.tar.bz2 mana-19ce91290d85620ee464e85c617575986cd34aec.tar.xz mana-19ce91290d85620ee464e85c617575986cd34aec.zip |
the item icons are now stored in different files with more descriptive names
Diffstat (limited to 'src/floor_item.h')
-rw-r--r-- | src/floor_item.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/floor_item.h b/src/floor_item.h index 24eb495d..386d0759 100644 --- a/src/floor_item.h +++ b/src/floor_item.h @@ -27,6 +27,7 @@ #include "graphics.h" #include "map.h" #include "sprite.h" +#include "resources/image.h" /** * An item lying on the floor. |