diff options
author | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2005-01-15 11:32:09 +0000 |
---|---|---|
committer | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2005-01-15 11:32:09 +0000 |
commit | aa42c03c8a6b10d4fac03143f06811d94a253270 (patch) | |
tree | 09a497a8a55b7bb0e071dc17db05b53eefe6677e /src/graphic/graphic.h | |
parent | 6c1e52274a4842ea1ab24ed6a1fd19c6126597b7 (diff) | |
download | mana-client-aa42c03c8a6b10d4fac03143f06811d94a253270.tar.gz mana-client-aa42c03c8a6b10d4fac03143f06811d94a253270.tar.bz2 mana-client-aa42c03c8a6b10d4fac03143f06811d94a253270.tar.xz mana-client-aa42c03c8a6b10d4fac03143f06811d94a253270.zip |
Solved stats window problem with updating variable and sending stat update.
Diffstat (limited to 'src/graphic/graphic.h')
-rw-r--r-- | src/graphic/graphic.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/graphic/graphic.h b/src/graphic/graphic.h index f9a5b4e7..970b09c9 100644 --- a/src/graphic/graphic.h +++ b/src/graphic/graphic.h @@ -39,6 +39,7 @@ #include "../gui/inventory.h" #include "../gui/npc.h" #include "../gui/status.h" +#include "../gui/stats.h" #include "../resources/resourcemanager.h" #include "spriteset.h" #include <allegro.h> @@ -64,6 +65,7 @@ extern InventoryWindow *inventoryWindow; extern NpcListDialog *npcListDialog; extern NpcTextDialog *npcTextDialog; extern SkillDialog *skillDialog; +extern StatsWindow *statsWindow; char get_x_offset(char, char); char get_y_offset(char, char); |