- 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:
cvs
2003-06-13 11:35:35 +00:00
parent f3853c20f0
commit 6819991e85
26 changed files with 1649 additions and 98 deletions

View File

@@ -113,4 +113,10 @@
{
return (pICountable)FindInterface(pObject,COUNTID);
}
/*--------------------------------------------------------------------------*/
pICallBack GetCallbackInterface(void *pObject)
{
return (pICallBack)FindInterface(pObject,CALLBACKINTERFACE);
}