6060#include " utilities/conversions.h"
6161#include " modules/entities/entities_entity.h"
6262
63- #include " toolframework/ienginetool.h"
64-
6563
6664// -----------------------------------------------------------------------------
6765// Disable warnings.
@@ -94,7 +92,6 @@ IPhysicsSurfaceProps* physprops = NULL;
9492IMDLCache* modelcache = NULL ;
9593IVoiceServer* voiceserver = NULL ;
9694INetworkStringTableContainer* networkstringtable = NULL ;
97- IEngineTool* enginetool = NULL ;
9895
9996// -----------------------------------------------------------------------------
10097// External globals
@@ -146,7 +143,6 @@ InterfaceHelper_t gEngineInterfaces[] = {
146143 {VPHYSICS_SURFACEPROPS_INTERFACE_VERSION , (void **)&physprops},
147144 {MDLCACHE_INTERFACE_VERSION , (void **)&modelcache},
148145 {INTERFACEVERSION_VOICESERVER , (void **)&voiceserver},
149- {VENGINETOOL_INTERFACE_VERSION , (void **)&enginetool},
150146
151147 {NULL , NULL }
152148};
@@ -159,6 +155,7 @@ InterfaceHelper_t gGameInterfaces[] = {
159155 {NULL , NULL }
160156};
161157
158+
162159// -----------------------------------------------------------------------------
163160// Get all engine interfaces.
164161// -----------------------------------------------------------------------------
0 commit comments