We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6ee245 commit 13f74ddCopy full SHA for 13f74dd
Generals/Code/GameEngine/Include/Common/Recorder.h
@@ -28,6 +28,8 @@
28
#include "Common/MessageStream.h"
29
#include "GameNetwork/GameInfo.h"
30
31
+class File;
32
+
33
/**
34
* The ReplayGameInfo class holds information about the replay game and
35
* the contents of its slot list for reconstructing multiplayer games.
@@ -154,7 +156,7 @@ class RecorderClass : public SubsystemInterface {
154
156
155
157
CullBadCommandsResult cullBadCommands(); ///< prevent the user from giving mouse commands that he shouldn't be able to do during playback.
158
- FILE *m_file;
159
+ File* m_file;
160
AsciiString m_fileName;
161
Int m_currentFilePosition;
162
RecorderModeType m_mode;
0 commit comments