- Added a a general data handling object
- Extended the callback interface to register scipts on callbacks - Fixed a stop bug in the anticollision object - Modified the HM code to do zero through a client connection
This commit is contained in:
@@ -113,4 +113,10 @@
|
||||
{
|
||||
return (pICountable)FindInterface(pObject,COUNTID);
|
||||
}
|
||||
|
||||
/*--------------------------------------------------------------------------*/
|
||||
pICallBack GetCallbackInterface(void *pObject)
|
||||
{
|
||||
return (pICallBack)FindInterface(pObject,CALLBACKINTERFACE);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user