- moved menudef.cpp to "common", as the last piece of the menu code.

This commit is contained in:
Christoph Oelckers 2020-06-14 00:42:01 +02:00
parent 712d80006a
commit 3b7e236971
2 changed files with 1 additions and 1 deletions

View file

@ -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