mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-10 14:52:01 +00:00
- fixed compilation.
This commit is contained in:
parent
2e8566c6eb
commit
71ab8c0b10
2 changed files with 3 additions and 2 deletions
|
@ -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)();
|
||||
|
||||
|
|
|
@ -7,6 +7,7 @@
|
|||
#include "renderstyle.h"
|
||||
|
||||
struct DrawParms;
|
||||
class FFont;
|
||||
|
||||
|
||||
struct F2DPolygons
|
||||
|
|
Loading…
Reference in a new issue