- 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

@ -40,7 +40,8 @@
#include "c_dispatch.h"
#include "v_video.h"
#include "hw_cvars.h"
#include "menu/menu.h"
#include "menu.h"
#include "printf.h"
CUSTOM_CVAR(Int, gl_fogmode, 1, CVAR_ARCHIVE | CVAR_NOINITCALL)