- moved the menu code back to the game side.

This isn't really shareable. Although major parts may be identical, the specifics are not.
This commit is contained in:
Christoph Oelckers 2020-06-14 18:04:47 +02:00
parent cf6bcf4d2b
commit 97d515005b
8 changed files with 6 additions and 6 deletions

View file

@ -953,9 +953,15 @@ set (PCH_SOURCES
maploader/renderinfo.cpp
maploader/compatibility.cpp
maploader/postprocessor.cpp
menu/joystickmenu.cpp
menu/menu.cpp
menu/messagebox.cpp
menu/optionmenu.cpp
menu/resolutionmenu.cpp
menu/doommenu.cpp
menu/loadsavemenu.cpp
menu/playermenu.cpp
menu/menudef.cpp
gamedata/textures/animations.cpp
gamedata/textures/anim_switches.cpp
gamedata/textures/buildloader.cpp
@ -1114,12 +1120,6 @@ set (PCH_SOURCES
common/objects/dobject.cpp
common/objects/dobjgc.cpp
common/objects/dobjtype.cpp
common/menu/joystickmenu.cpp
common/menu/menu.cpp
common/menu/messagebox.cpp
common/menu/optionmenu.cpp
common/menu/resolutionmenu.cpp
common/menu/menudef.cpp
common/rendering/v_framebuffer.cpp
common/rendering/v_video.cpp