diff options
author | Eugenio Favalli <elvenprogrammer@gmail.com> | 2004-11-06 18:24:02 +0000 |
---|---|---|
committer | Eugenio Favalli <elvenprogrammer@gmail.com> | 2004-11-06 18:24:02 +0000 |
commit | 6ae05cf7032a0a70e4953f6b53304f9658319f66 (patch) | |
tree | 8741a0789ffac237fa15d685e537bbf01e45ddc7 /src/gui/char_select.h | |
parent | 8684a97f4a531c8e08fd1235ecfab2286ac68d5f (diff) | |
download | mana-6ae05cf7032a0a70e4953f6b53304f9658319f66.tar.gz mana-6ae05cf7032a0a70e4953f6b53304f9658319f66.tar.bz2 mana-6ae05cf7032a0a70e4953f6b53304f9658319f66.tar.xz mana-6ae05cf7032a0a70e4953f6b53304f9658319f66.zip |
Added possibility to choose the color of hair
Diffstat (limited to 'src/gui/char_select.h')
-rw-r--r-- | src/gui/char_select.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui/char_select.h b/src/gui/char_select.h index 32c801e0..80e5716a 100644 --- a/src/gui/char_select.h +++ b/src/gui/char_select.h @@ -34,6 +34,8 @@ #include "../net/network.h" #include "gui.h" +int tmw_incbutt_proc(int msg, DIALOG *d, int c); +int tmw_player_proc(int msg, DIALOG *d, int c); void char_select(); void server_char_select(); void server_char_delete(); |