mirror of
https://github.com/alliedmodders/hl2sdk.git
synced 2025-09-20 04:26:03 +08:00
Correct certain type definitions
Definitions were retrieved from schema dumps
This commit is contained in:
@ -22,6 +22,8 @@ struct EventClientOutput_t
|
||||
EngineLoopState_t m_LoopState;
|
||||
float m_flRenderTime;
|
||||
float m_flRealTime;
|
||||
float m_flRenderFrameTimeUnbounded;
|
||||
bool m_bRenderOnly;
|
||||
};
|
||||
|
||||
abstract_class IEngineService : public IAppSystem
|
||||
|
Reference in New Issue
Block a user