diff options
author | Yohann Ferreira <bertram@cegetel.net> | 2005-01-29 21:47:23 +0000 |
---|---|---|
committer | Yohann Ferreira <bertram@cegetel.net> | 2005-01-29 21:47:23 +0000 |
commit | bc79eeeb186e84388a5899b7cdd4a339aaa40495 (patch) | |
tree | ca340298523ad92397538b30135f45c3c6020165 /src/graphic/graphic.h | |
parent | d849d2cf296b0d4fad46dfdfef258c7349d72a0e (diff) | |
download | mana-bc79eeeb186e84388a5899b7cdd4a339aaa40495.tar.gz mana-bc79eeeb186e84388a5899b7cdd4a339aaa40495.tar.bz2 mana-bc79eeeb186e84388a5899b7cdd4a339aaa40495.tar.xz mana-bc79eeeb186e84388a5899b7cdd4a339aaa40495.zip |
*** empty log message ***
Diffstat (limited to 'src/graphic/graphic.h')
-rw-r--r-- | src/graphic/graphic.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/graphic/graphic.h b/src/graphic/graphic.h index 8b4a2bde..9e8fff67 100644 --- a/src/graphic/graphic.h +++ b/src/graphic/graphic.h @@ -68,7 +68,7 @@ extern NpcListDialog *npcListDialog; extern NpcTextDialog *npcTextDialog; extern SkillDialog *skillDialog; extern StatsWindow *statsWindow; -extern Setup *setupWindow; +//extern Setup *setupWindow; char get_x_offset(char, char); char get_y_offset(char, char); |