added namespace GUI

svn-id: r11255
This commit is contained in:
Max Horn 2003-11-10 23:40:48 +00:00
parent 5c2a3da7f2
commit 22c22d1e81
37 changed files with 166 additions and 44 deletions

View file

@ -183,7 +183,7 @@ static void launcherDialog(GameDetector &detector, OSystem *system) {
system->set_palette(dummy_palette, 0, 16);
LauncherDialog dlg(detector);
GUI::LauncherDialog dlg(detector);
dlg.runModal();
}