- 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

@ -1,5 +1,6 @@
#pragma once
#include "zstring.h"
struct SystemCallbacks
{
@ -13,3 +14,11 @@ struct SystemCallbacks
};
extern SystemCallbacks *sysCallbacks;
struct WadStuff
{
FString Path;
FString Name;
};