- fixed compile errors in POSIX platform code.

This commit is contained in:
Christoph Oelckers 2020-04-22 20:42:13 +02:00
commit 4da2351671
18 changed files with 45 additions and 20 deletions

View file

@ -47,6 +47,7 @@
#include "engineerrors.h"
#include "v_text.h"
#include "findfile.h"
#include "i_interface.h"
CVAR (Bool, queryiwad, true, CVAR_ARCHIVE|CVAR_GLOBALCONFIG);
CVAR (String, defaultiwad, "", CVAR_ARCHIVE|CVAR_GLOBALCONFIG);