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

Fix missing definition in interfaces.lib\.a

This commit is contained in:
GAMMACASE
2024-10-07 23:04:00 +03:00
parent 158405cdcd
commit 09bd9e1872
3 changed files with 1 additions and 0 deletions

View File

@ -36,6 +36,7 @@ ILocalize *g_pLocalize;
IMediaFoundation *g_pMediaFoundation;
IGameTypes *g_pGameTypes;
IAvi *g_pAVI;
IWebm *g_pWebm;
IBik *g_pBIK;
IMeshSystem *g_pMeshSystem;
IMeshUtils *g_pMeshUtils;