- moved base menu code to "common".

This commit is contained in:
Christoph Oelckers 2020-06-13 23:04:10 +02:00
commit 475f740058
12 changed files with 100 additions and 82 deletions

View file

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