diff options
author | Alexander Baldeck <alexander@archlinux.org> | 2004-10-03 11:39:13 +0000 |
---|---|---|
committer | Alexander Baldeck <alexander@archlinux.org> | 2004-10-03 11:39:13 +0000 |
commit | aa48bc3bf9cae0fbf52173e81bc3c640c8c024c4 (patch) | |
tree | 79f0f2f7aa2c3ecd5001bad258059863120094cd /src/graphic/graphic.h | |
parent | 0635bb5b29e3a865889f9ddcf5b6867f53ee6281 (diff) | |
download | mana-aa48bc3bf9cae0fbf52173e81bc3c640c8c024c4.tar.gz mana-aa48bc3bf9cae0fbf52173e81bc3c640c8c024c4.tar.bz2 mana-aa48bc3bf9cae0fbf52173e81bc3c640c8c024c4.tar.xz mana-aa48bc3bf9cae0fbf52173e81bc3c640c8c024c4.zip |
1st permament stats-dialog
Diffstat (limited to 'src/graphic/graphic.h')
-rw-r--r-- | src/graphic/graphic.h | 8 |
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); |