mirror of
https://github.com/0TheSpy/Seaside.git
synced 2025-09-20 12:46:03 +08:00
Update Interfaces.hpp
This commit is contained in:
@ -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
|
||||||
|
Reference in New Issue
Block a user