Initial commit.
* Beginning reconstruction of Source SDK. Signed-off-by: aixxe <me@aixxe.net>
This commit is contained in:
23
include/cstrike/Classes/CGlobalVarsBase.h
Normal file
23
include/cstrike/Classes/CGlobalVarsBase.h
Normal file
@@ -0,0 +1,23 @@
|
||||
#pragma once
|
||||
|
||||
class CSaveRestoreData;
|
||||
|
||||
class CGlobalVarsBase {
|
||||
public:
|
||||
float realtime;
|
||||
int framecount;
|
||||
float absoluteframetime;
|
||||
float curtime;
|
||||
float frametime;
|
||||
int maxClients;
|
||||
int tickcount;
|
||||
float interval_per_tick;
|
||||
float interpolation_amount;
|
||||
int simTicksThisFrame;
|
||||
int network_protocol;
|
||||
CSaveRestoreData* pSaveData;
|
||||
private:
|
||||
bool m_bClient;
|
||||
int nTimestampNetworkingBase;
|
||||
int nTimestampRandomizeWindow;
|
||||
};
|
||||
Reference in New Issue
Block a user