- fixed compile errors in POSIX platform code.
This commit is contained in:
parent
12e69adec3
commit
4da2351671
18 changed files with 45 additions and 20 deletions
|
|
@ -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;
|
||||
};
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue