- First working version of the TRICS collision protection module
This commit is contained in:
@ -55,6 +55,7 @@ Let's start with the objectdescriptor:
|
||||
/*---------------------------------------------------------------------------*/
|
||||
pObjectDescriptor CreateDescriptor(char *name);
|
||||
void DeleteDescriptor(pObjectDescriptor self);
|
||||
pObjectDescriptor FindDescriptor(void *pData);
|
||||
|
||||
/*============================================================================
|
||||
Objects which do not carry data need a dummy descriptor. Otherwise
|
||||
|
Reference in New Issue
Block a user