mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-10 23:01:59 +00:00
- moved menudef.cpp to "common", as the last piece of the menu code.
This commit is contained in:
parent
712d80006a
commit
3b7e236971
2 changed files with 1 additions and 1 deletions
|
@ -956,7 +956,6 @@ set (PCH_SOURCES
|
|||
maploader/postprocessor.cpp
|
||||
menu/doommenu.cpp
|
||||
menu/loadsavemenu.cpp
|
||||
menu/menudef.cpp
|
||||
menu/playermenu.cpp
|
||||
gamedata/textures/animations.cpp
|
||||
gamedata/textures/anim_switches.cpp
|
||||
|
@ -1120,6 +1119,7 @@ set (PCH_SOURCES
|
|||
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