summaryrefslogtreecommitdiff
path: root/src/gui/inventory.h
diff options
context:
space:
mode:
authorBjørn Lindeijer <bjorn@lindeijer.nl>2005-01-14 16:09:15 +0000
committerBjørn Lindeijer <bjorn@lindeijer.nl>2005-01-14 16:09:15 +0000
commit97e47610b2ca88398b8f9c249cb008678f5ab1e1 (patch)
tree256b3390667972a55c87a85edff349558e716f4a /src/gui/inventory.h
parentb7170d13fd71fb624c06c4536974a7cd3f77591b (diff)
downloadmana-client-97e47610b2ca88398b8f9c249cb008678f5ab1e1.tar.gz
mana-client-97e47610b2ca88398b8f9c249cb008678f5ab1e1.tar.bz2
mana-client-97e47610b2ca88398b8f9c249cb008678f5ab1e1.tar.xz
mana-client-97e47610b2ca88398b8f9c249cb008678f5ab1e1.zip
Some fixes for Dev-C++ but it has a black screen problem.
Diffstat (limited to 'src/gui/inventory.h')
-rw-r--r--src/gui/inventory.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/gui/inventory.h b/src/gui/inventory.h
index 87a99b07..7e7b7963 100644
--- a/src/gui/inventory.h
+++ b/src/gui/inventory.h
@@ -24,16 +24,12 @@
#ifndef _INVENTORY_H
#define _INVENTORY_H
-#ifdef WIN32
- #pragma warning (disable:4312)
-#endif
-
#include <allegro.h>
#include "../main.h"
#include "../game.h"
#include "../log.h"
#include "../net/network.h"
-#include "../graphic/image.h"
+#include "../graphic/spriteset.h"
#include "gui.h"
#include "window.h"