- split game dependent parts out of menudef.cpp.

This commit is contained in:
Christoph Oelckers 2020-06-14 00:27:32 +02:00
commit 712d80006a
23 changed files with 790 additions and 757 deletions

View file

@ -69,7 +69,7 @@
#include "cmdlib.h"
#include "d_net.h"
#include "d_netinf.h"
#include "menu/menu.h"
#include "doommenu.h"
#include "a_sharedglobal.h"
#include "r_utility.h"
#include "p_spec.h"