Removed prefix from mw_layout.hpp.

This commit is contained in:
Jan Borsodi 2010-09-14 22:10:15 +02:00
parent 4675402e0b
commit 18cdb3cccc
3 changed files with 2 additions and 2 deletions

View file

@ -34,7 +34,7 @@ set(GAMEINPUT_HEADER
source_group(apps\\openmw\\mwinput FILES ${GAMEINPUT} ${GAMEINPUT_HEADER})
set(GAMEGUI_HEADER
mwgui/mw_layouts.hpp
mwgui/layouts.hpp
mwgui/race.hpp
mwgui/window_manager.hpp
mwgui/console.hpp

View file

@ -1,5 +1,5 @@
#include "window_manager.hpp"
#include "mw_layouts.hpp"
#include "layouts.hpp"
#include "race.hpp"
#include "../mwmechanics/mechanicsmanager.hpp"