Fix compilation on POSIX (Linux/macOS) systems

This commit is contained in:
Kevin Caccamo 2022-10-02 15:39:09 -04:00 committed by Christoph Oelckers
parent 2c29a93f1f
commit 83373d117d
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ TArray<FString> I_GetGogPaths();
TArray<FString> I_GetBethesdaPath();
// The ini could not be saved at exit
bool I_WriteIniFailed ();
bool I_WriteIniFailed (const char* filename);
class FGameTexture;
bool I_SetCursor(FGameTexture *);