diff options
author | Eugenio Favalli <elvenprogrammer@gmail.com> | 2004-11-12 18:45:04 +0000 |
---|---|---|
committer | Eugenio Favalli <elvenprogrammer@gmail.com> | 2004-11-12 18:45:04 +0000 |
commit | edf872e4b6d3d689338305d749ba3972d77f7eb8 (patch) | |
tree | ffcbc634334f426736e0fdf77ecd580cdd5389a8 /src/gui/char_select.h | |
parent | 526f9a301caa29d1922561104de9aea8bc213b65 (diff) | |
download | mana-edf872e4b6d3d689338305d749ba3972d77f7eb8.tar.gz mana-edf872e4b6d3d689338305d749ba3972d77f7eb8.tar.bz2 mana-edf872e4b6d3d689338305d749ba3972d77f7eb8.tar.xz mana-edf872e4b6d3d689338305d749ba3972d77f7eb8.zip |
Hair styles
Diffstat (limited to 'src/gui/char_select.h')
-rw-r--r-- | src/gui/char_select.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/char_select.h b/src/gui/char_select.h index 80e5716a..81b36495 100644 --- a/src/gui/char_select.h +++ b/src/gui/char_select.h @@ -35,6 +35,7 @@ #include "gui.h" int tmw_incbutt_proc(int msg, DIALOG *d, int c); +int tmw_incbutt_proc2(int msg, DIALOG *d, int c); int tmw_player_proc(int msg, DIALOG *d, int c); void char_select(); void server_char_select(); |