From c847d25215b14de09f7f738e891549c034d9ef2d Mon Sep 17 00:00:00 2001 From: GAMMACASE Date: Mon, 25 Sep 2023 18:08:04 +0300 Subject: [PATCH] Update VPhysics2 interface --- public/interfaces/interfaces.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/public/interfaces/interfaces.h b/public/interfaces/interfaces.h index aec6ba06..0b9c952a 100644 --- a/public/interfaces/interfaces.h +++ b/public/interfaces/interfaces.h @@ -142,7 +142,7 @@ DLL_EXPORT void* CreateInterface(const char *pName, int *pReturnCode); class ICvar; class IProcessUtils; class ILocalize; -class IPhysics2; +class IVPhysics2; class IPhysics2ResourceManager; class IEventSystem; @@ -282,8 +282,8 @@ DECLARE_TIER1_INTERFACE( ICvar, g_pCVar ) #define PROCESS_UTILS_INTERFACE_VERSION "VProcessUtils002" DECLARE_TIER1_INTERFACE( IProcessUtils, g_pProcessUtils ); -#define VPHYSICS2_INTERFACE_VERSION "Physics2 Interface Old v0.5" -DECLARE_TIER1_INTERFACE( IPhysics2, g_pPhysics2 ); +#define VPHYSICS2_INTERFACE_VERSION "VPhysics2_Interface_001" +DECLARE_TIER1_INTERFACE( IVPhysics2, g_pVPhysics2 ); #define VPHYSICS2_RESOURCE_MGR_INTERFACE_VERSION "VPhysX Interface ResourceMgr v0.1" DECLARE_TIER1_INTERFACE( IPhysics2ResourceManager, g_pPhysics2ResourceManager );