Update IServerTools.

This commit is contained in:
Nicholas Hastings 2017-09-08 07:17:08 -04:00
parent 58e3e568f9
commit 7a988dce0b

View File

@ -229,6 +229,8 @@ public:
// Call UTIL_Remove on the entity.
virtual void RemoveEntity( int nHammerID ) = 0;
virtual void *CreateItemEntityByName( const char *szSchemaName ) = 0;
};
#define VSERVERTOOLS_INTERFACE_VERSION "VSERVERTOOLS001"