mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-10 23:02:08 +00:00
- 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:
parent
cf6bcf4d2b
commit
97d515005b
8 changed files with 6 additions and 6 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue