- First working version of the TRICS collision protection module
This commit is contained in:
@ -133,5 +133,13 @@ typedef struct __SINTER
|
||||
*/
|
||||
void *FindCommandData(SicsInterp *pSics, char *name, char *comclass);
|
||||
|
||||
/*------------------------------------------------------------------------
|
||||
FindDrivable tries to find Drivable object by the name given. Returns a
|
||||
pointer to the drivable interface in the case of success, NULL in
|
||||
case of failure. In order to save me fixing header files the pointer must
|
||||
be cast to the drivable interface pointer.
|
||||
------------------------------------------------------------------------*/
|
||||
|
||||
void *FindDrivable(SicsInterp *pics, char *name);
|
||||
#endif
|
||||
|
||||
|
Reference in New Issue
Block a user