- fixed compilation.

This commit is contained in:
Christoph Oelckers 2020-05-24 16:56:16 +02:00
parent 2e8566c6eb
commit 71ab8c0b10
2 changed files with 3 additions and 2 deletions

View File

@ -109,8 +109,8 @@ class FBaseCVar;
struct ConsoleCallbacks
{
void (*UserInfoChanged)(FBaseCVar*);
void (*SendServerInfoChange)(FBaseCVar* cvar, UCVarValue value, ECVarType type);
void (*SendServerFlagChange)(FBaseCVar* cvar, int bitnum, bool set, bool silent);
bool (*SendServerInfoChange)(FBaseCVar* cvar, UCVarValue value, ECVarType type);
bool (*SendServerFlagChange)(FBaseCVar* cvar, int bitnum, bool set, bool silent);
FBaseCVar* (*GetUserCVar)(int playernum, const char* cvarname);
bool (*MustLatch)();

View File

@ -7,6 +7,7 @@
#include "renderstyle.h"
struct DrawParms;
class FFont;
struct F2DPolygons