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.cpp | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'src/main.cpp') diff --git a/src/main.cpp b/src/main.cpp index 625b385d..57422e63 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -22,6 +22,9 @@ */ #include "main.h" +#include "gui/char_server.h" +#include "gui/char_select.h" +#include "gui/inventory.h" #include "./sound/sound.h" #include "./graphic/graphic.h" @@ -306,9 +309,11 @@ void init_engine() { } sound.setVolume(64); - /* left here to serve as an example ;) + // left here to serve as an example ;) + /* SOUND_SID id = sound.loadItem("./data/sound/wavs/level.ogg"); - sound.startItem(id, 70);*/ + sound.startItem(id, 70); + */ } catch (const char *err) { ok("Sound Engine", err); warning(err); -- cgit v1.2.3-70-g09d2