mirror of
https://github.com/0TheSpy/Seaside.git
synced 2025-01-10 19:22:10 +08:00
Update Interfaces.hpp
This commit is contained in:
parent
d470ae4320
commit
232a8d3579
@ -2,7 +2,7 @@
|
|||||||
#define INTERFACES
|
#define INTERFACES
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
//#define DEBUG
|
#define DEBUG
|
||||||
|
|
||||||
#define CLIENT_DLL
|
#define CLIENT_DLL
|
||||||
|
|
||||||
@ -323,5 +323,11 @@ enum Sequence
|
|||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
void SetValueUnrestricted(const char* cvar, float value);
|
||||||
|
void SetIntUnrestricted(const char* cvar, int value);
|
||||||
|
void SetFloatUnrestricted(const char* cvar, float value);
|
||||||
|
float GetVisibleFloat(const char* cvar);
|
||||||
|
const char* GetVisibleValue(const char* cvar);
|
||||||
|
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user