mirror of
https://github.com/alliedmodders/hl2sdk.git
synced 2025-09-20 20:46:03 +08:00
Fix missing definition in interfaces.lib\.a
This commit is contained in:
@ -36,6 +36,7 @@ ILocalize *g_pLocalize;
|
|||||||
IMediaFoundation *g_pMediaFoundation;
|
IMediaFoundation *g_pMediaFoundation;
|
||||||
IGameTypes *g_pGameTypes;
|
IGameTypes *g_pGameTypes;
|
||||||
IAvi *g_pAVI;
|
IAvi *g_pAVI;
|
||||||
|
IWebm *g_pWebm;
|
||||||
IBik *g_pBIK;
|
IBik *g_pBIK;
|
||||||
IMeshSystem *g_pMeshSystem;
|
IMeshSystem *g_pMeshSystem;
|
||||||
IMeshUtils *g_pMeshUtils;
|
IMeshUtils *g_pMeshUtils;
|
||||||
|
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user