1
0
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:
GAMMACASE
2025-03-05 20:19:50 +03:00
parent fc5ff4074b
commit 3b07e2a008
5 changed files with 6 additions and 4 deletions

View File

@ -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