1
0
mirror of https://github.com/alliedmodders/hl2sdk.git synced 2025-09-19 20:16:10 +08:00

Add IGameTypes interface (#234)

This commit is contained in:
Alex
2024-04-27 12:28:10 -04:00
committed by GitHub
parent ce8f799264
commit e8226b297c
2 changed files with 5 additions and 0 deletions

View File

@ -34,6 +34,7 @@ ISteamAudio *g_pSteamAudio;
IP4 *g_pP4;
ILocalize *g_pLocalize;
IMediaFoundation *g_pMediaFoundation;
IGameTypes *g_pGameTypes;
IAvi *g_pAVI;
IBik *g_pBIK;
IMeshSystem *g_pMeshSystem;