summaryrefslogtreecommitdiff
path: root/src/graphic/graphic.h
diff options
context:
space:
mode:
authorAlexander Baldeck <alexander@archlinux.org>2004-10-03 11:39:13 +0000
committerAlexander Baldeck <alexander@archlinux.org>2004-10-03 11:39:13 +0000
commitaa48bc3bf9cae0fbf52173e81bc3c640c8c024c4 (patch)
tree79f0f2f7aa2c3ecd5001bad258059863120094cd /src/graphic/graphic.h
parent0635bb5b29e3a865889f9ddcf5b6867f53ee6281 (diff)
downloadmana-client-aa48bc3bf9cae0fbf52173e81bc3c640c8c024c4.tar.gz
mana-client-aa48bc3bf9cae0fbf52173e81bc3c640c8c024c4.tar.bz2
mana-client-aa48bc3bf9cae0fbf52173e81bc3c640c8c024c4.tar.xz
mana-client-aa48bc3bf9cae0fbf52173e81bc3c640c8c024c4.zip
1st permament stats-dialog
Diffstat (limited to 'src/graphic/graphic.h')
-rw-r--r--src/graphic/graphic.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/src/graphic/graphic.h b/src/graphic/graphic.h
index 95f2ae8a..2ba3cc74 100644
--- a/src/graphic/graphic.h
+++ b/src/graphic/graphic.h
@@ -31,8 +31,15 @@
#endif
#include <allegro.h>
+#include "../game.h"
+#include "../map.h"
+#include "../being.h"
#include "../gui/chat.h"
#include "../gui/inventory.h"
+#include "../gui/shop.h"
+#include "../gui/chat.h"
+#include "../gui/inventory.h"
+#include "../../data/graphic/gfx_data.h"
extern BITMAP *buffer, *double_buffer;
extern char speech[255];
@@ -42,7 +49,6 @@ extern bool show_skill_dialog;
extern int show_npc_dialog;
extern TmwInventory inventory;
extern int map_x, map_y, camera_x, camera_y;
-extern TmwInventory inventory;
void do_graphic(void);
void init_graphic(void);