mirror of
https://github.com/rehlds/rehlds.git
synced 2025-01-14 15:48:04 +03:00
Remove unneeded HLTV_FIXES defines.
This commit is contained in:
parent
da9a5b05ab
commit
00cf3bef53
@ -123,9 +123,7 @@ public:
|
||||
EXT_FUNC char *GetHostName();
|
||||
EXT_FUNC float GetPacketLoss();
|
||||
EXT_FUNC int GetProtocol();
|
||||
#ifdef HLTV_FIXES
|
||||
EXT_FUNC void SetWorld(IWorld* world);
|
||||
#endif
|
||||
|
||||
private:
|
||||
public:
|
||||
|
@ -288,9 +288,7 @@ private:
|
||||
void CMD_Protocol(char *cmdLine);
|
||||
void CMD_Region(char *cmdLine);
|
||||
void CMD_ChatDelay(char *cmdLine);
|
||||
#ifdef HLTV_FIXES
|
||||
void AddNextWorld();
|
||||
#endif
|
||||
struct LocalCommandID_s {
|
||||
char *name;
|
||||
LocalCommandIDs id;
|
||||
@ -390,7 +388,5 @@ protected:
|
||||
BitBuffer m_InfoDetails;
|
||||
BitBuffer m_InfoInfo;
|
||||
BitBuffer m_InfoString;
|
||||
#ifdef HLTV_FIXES
|
||||
ObjectList m_Worlds;
|
||||
#endif
|
||||
};
|
||||
|
@ -96,9 +96,7 @@ public:
|
||||
virtual bool GetAutoRetry() = 0;
|
||||
virtual float GetPacketLoss() = 0;
|
||||
virtual int GetProtocol() = 0;
|
||||
#ifdef HLTV_FIXES
|
||||
virtual void SetWorld(IWorld* world) = 0;
|
||||
#endif
|
||||
};
|
||||
|
||||
#define SERVER_INTERFACE_VERSION "server001"
|
||||
|
Loading…
x
Reference in New Issue
Block a user