- moved base menu code to "common".
This commit is contained in:
parent
90befff479
commit
475f740058
12 changed files with 100 additions and 82 deletions
|
|
@ -34,12 +34,15 @@
|
|||
*/
|
||||
|
||||
|
||||
#include "menu/menu.h"
|
||||
#include "menu.h"
|
||||
#include "gi.h"
|
||||
#include "c_bind.h"
|
||||
#include "c_dispatch.h"
|
||||
#include "gameconfigfile.h"
|
||||
#include "filesystem.h"
|
||||
#include "gi.h"
|
||||
#include "d_player.h"
|
||||
#include "c_dispatch.h"
|
||||
|
||||
TArray<FKeySection> KeySections;
|
||||
extern TArray<FString> KeyConfWeapons;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue