mirror of
https://github.com/alliedmodders/hl2sdk.git
synced 2025-01-03 16:13:22 +08:00
Update interfaces.lib/.a
This commit is contained in:
parent
12040e4bee
commit
158405cdcd
@ -163,6 +163,7 @@ static const InterfaceGlobals_t g_pInterfaceGlobals[] =
|
||||
{ LOCALIZE_INTERFACE_VERSION, &g_pLocalize },
|
||||
{ MEDIA_FOUNDATION_INTERFACE_VERSION, &g_pMediaFoundation },
|
||||
{ AVI_INTERFACE_VERSION, &g_pAVI },
|
||||
{ WEBM_INTERFACE_VERSION, &g_pWebm },
|
||||
{ BIK_INTERFACE_VERSION, &g_pBIK },
|
||||
{ MESHSYSTEM_INTERFACE_VERSION, &g_pMeshSystem },
|
||||
{ MESHUTILS_INTERFACE_VERSION, &g_pMeshUtils },
|
||||
|
Binary file not shown.
Binary file not shown.
@ -172,6 +172,7 @@ class IMatchFramework;
|
||||
class ISource2V8System;
|
||||
class ISoundSystem;
|
||||
class IAvi;
|
||||
class IWebm;
|
||||
class IBik;
|
||||
class IVRAD3;
|
||||
class IMeshSystem;
|
||||
@ -338,6 +339,9 @@ DECLARE_TIER2_INTERFACE(IGameTypes, g_pGameTypes);
|
||||
#define AVI_INTERFACE_VERSION "VAvi001"
|
||||
DECLARE_TIER3_INTERFACE( IAvi, g_pAVI );
|
||||
|
||||
#define WEBM_INTERFACE_VERSION "VWebm001"
|
||||
DECLARE_TIER3_INTERFACE( IWebm, g_pWebm );
|
||||
|
||||
#define BIK_INTERFACE_VERSION "VBik001"
|
||||
DECLARE_TIER3_INTERFACE( IBik, g_pBIK );
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user