From 9ab399906e9c6ba2d6e029b1d8be50bd1df70ed4 Mon Sep 17 00:00:00 2001 From: Bjørn Lindeijer Date: Sat, 8 Jan 2005 16:51:00 +0000 Subject: Some improvements to character creation and selection dialogs. --- src/main.h | 26 +++++++++++--------------- 1 file changed, 11 insertions(+), 15 deletions(-) (limited to 'src/main.h') diff --git a/src/main.h b/src/main.h index 7f258168..6a9ba209 100644 --- a/src/main.h +++ b/src/main.h @@ -34,9 +34,6 @@ #include "configuration.h" #include "gui/login.h" #include "gui/gui.h" -#include "gui/char_server.h" -#include "gui/char_select.h" -#include "gui/inventory.h" #include "graphic/image.h" #include "log.h" #include "game.h" @@ -66,22 +63,21 @@ #define LEN_PASSWORD 25 - typedef struct { - int address; - short port; - char name[20]; - short online_users; + int address; + short port; + char name[20]; + short online_users; } SERVER_INFO; typedef struct { - int id; - char name[24]; - short hp, max_hp, sp, max_sp, lv; - int xp, gp, job_xp, job_lv; - short statp, skill_point, hair_color, hair_style; - char STR, AGI, VIT, INT, DEX, LUK; - short weapon; + int id; + char name[24]; + short hp, max_hp, sp, max_sp, lv; + int xp, gp, job_xp, job_lv; + short statp, skill_point, hair_color, hair_style; + char STR, AGI, VIT, INT, DEX, LUK; + short weapon; } PLAYER_INFO; extern BITMAP *login_wallpaper; -- cgit v1.2.3-70-g09d2