gzdoom/src/common/menu
alexey.lysiuk 112640e6c0 - fixed compilation warnings reported by GCC and Clang
src/common/menu/menudef.cpp:785:19: warning: comparison of integers of different signs: 'int' and 'unsigned int' [-Wsign-compare]
src/playsim/p_pspr.cpp:178:3: warning: field 'processPending' will be initialized after field 'HAlign' [-Wreorder]
2020-10-31 13:37:51 +02:00
..
joystickmenu.cpp - moved most of the menu code into the backend. 2020-10-16 22:57:25 +02:00
menu.cpp - final update of menu code from Raze. 2020-10-16 22:57:30 +02:00
menu.h - Implemented AddListMenu MENUDEF directive to allow extending list menus. 2020-10-28 21:45:04 +01:00
menudef.cpp - fixed compilation warnings reported by GCC and Clang 2020-10-31 13:37:51 +02:00
menustate.h - fixed compile errors in POSIX platform code. 2020-04-22 20:42:13 +02:00
messagebox.cpp - moved most of the menu code into the backend. 2020-10-16 22:57:25 +02:00
optionmenu.cpp - moved most of the menu code into the backend. 2020-10-16 22:57:25 +02:00
resolutionmenu.cpp - moved most of the menu code into the backend. 2020-10-16 22:57:25 +02:00
savegamemanager.cpp - split the savegame manager into a game dependent and a reusable game indepenent part. 2020-10-16 22:57:28 +02:00
savegamemanager.h - split the savegame manager into a game dependent and a reusable game indepenent part. 2020-10-16 22:57:28 +02:00