diff options
author | Aaron Marks <nymacro@gmail.com> | 2005-01-04 04:46:02 +0000 |
---|---|---|
committer | Aaron Marks <nymacro@gmail.com> | 2005-01-04 04:46:02 +0000 |
commit | 52b6be101b78990d5b4523dd5c6523dc5c7c6709 (patch) | |
tree | 0990d5d596a0910d037bcab6853ecf9b073939ff /src/graphic/graphic.h | |
parent | 2be6f298a1c39dff04070588f75a3bed0c495b8b (diff) | |
download | mana-52b6be101b78990d5b4523dd5c6523dc5c7c6709.tar.gz mana-52b6be101b78990d5b4523dd5c6523dc5c7c6709.tar.bz2 mana-52b6be101b78990d5b4523dd5c6523dc5c7c6709.tar.xz mana-52b6be101b78990d5b4523dd5c6523dc5c7c6709.zip |
Converted Skills dialog from old gui to Guichan. Files modified: graphics.cpp, graphics.h, game.cpp, main.cpp, skills.h, skills.cpp. Other files are unmodified (timestamp error)
Diffstat (limited to 'src/graphic/graphic.h')
-rw-r--r-- | src/graphic/graphic.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/graphic/graphic.h b/src/graphic/graphic.h index 0f6710f8..ea9b71f0 100644 --- a/src/graphic/graphic.h +++ b/src/graphic/graphic.h @@ -63,6 +63,7 @@ extern BuySellDialog *buySellDialog; extern InventoryWindow *inventoryWindow; extern NpcListDialog *npcListDialog; extern NpcTextDialog *npcTextDialog; +extern SkillDialog *skillDialog; /** * The action listener for the chat field. |