mirror of
https://github.com/ZDoom/Raze.git
synced 2025-03-24 09:42:13 +00:00
- removed obsolete forward declarations
source/core/savegamehelp.h:10:1: error: declaration conflicts with target of using declaration already in scope source/core/savegamehelp.h:13:24: error: reference to 'FileReader' is ambiguous source/core/gameconfigfile.h:40:1: error: declaration conflicts with target of using declaration already in scope source/core/gameconfigfile.h:61:27: error: reference to 'FileWriter' is ambiguous
This commit is contained in:
parent
fa7a16a775
commit
ecc0301f5b
2 changed files with 0 additions and 2 deletions
|
@ -37,7 +37,6 @@
|
|||
#include "configfile.h"
|
||||
|
||||
class FArgs;
|
||||
class FileWriter;
|
||||
|
||||
class FGameConfigFile : public FConfigFile
|
||||
{
|
||||
|
|
|
@ -7,7 +7,6 @@
|
|||
#include "serializer_raze.h"
|
||||
|
||||
// Savegame utilities
|
||||
class FileReader;
|
||||
extern int SaveVersion;
|
||||
|
||||
int G_ValidateSavegame(FileReader &fr, FString *savetitle, bool formenu);
|
||||
|
|
Loading…
Reference in a new issue