summaryrefslogtreecommitdiff
path: root/src/main.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.h')
-rw-r--r--src/main.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/main.h b/src/main.h
index ba58b7f5..c65bc021 100644
--- a/src/main.h
+++ b/src/main.h
@@ -35,6 +35,7 @@
#include "gui/login.h"
#include "gui/gui.h"
#include "graphic/image.h"
+#include "resources/image.h"
#include "log.h"
#include "game.h"
#include "net/protocol.h"
@@ -82,7 +83,7 @@ typedef struct {
short weapon;
} PLAYER_INFO;
-extern BITMAP *login_wallpaper;
+extern Image *login_wallpaper;
extern Spriteset *hairset, *playerset;
extern char username[25];
extern char password[25];