forked from teamnwah/openmw-tes3coop
Removed prefix from mw_layout.hpp.
This commit is contained in:
parent
4675402e0b
commit
18cdb3cccc
3 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
#include "window_manager.hpp"
|
||||
#include "mw_layouts.hpp"
|
||||
#include "layouts.hpp"
|
||||
#include "race.hpp"
|
||||
|
||||
#include "../mwmechanics/mechanicsmanager.hpp"
|
||||
|
|
Loading…
Reference in a new issue