mirror of
https://github.com/0TheSpy/Seaside.git
synced 2025-09-19 12:16:13 +08:00
Update Interfaces.hpp
This commit is contained in:
@ -2,7 +2,7 @@
|
||||
#define INTERFACES
|
||||
#pragma once
|
||||
|
||||
//#define DEBUG
|
||||
#define DEBUG
|
||||
|
||||
#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
|
||||
|
Reference in New Issue
Block a user