- First working version of the TRICS collision protection module
This commit is contained in:
5
obdes.h
5
obdes.h
@ -1,5 +1,5 @@
|
||||
|
||||
#line 341 "interface.w"
|
||||
#line 342 "interface.w"
|
||||
|
||||
|
||||
#line 29 "interface.w"
|
||||
@ -32,6 +32,7 @@
|
||||
/*---------------------------------------------------------------------------*/
|
||||
pObjectDescriptor CreateDescriptor(char *name);
|
||||
void DeleteDescriptor(pObjectDescriptor self);
|
||||
pObjectDescriptor FindDescriptor(void *pData);
|
||||
|
||||
/*============================================================================
|
||||
Objects which do not carry data need a dummy descriptor. Otherwise
|
||||
@ -51,5 +52,5 @@ typedef struct {
|
||||
|
||||
#endif
|
||||
|
||||
#line 342 "interface.w"
|
||||
#line 343 "interface.w"
|
||||
|
||||
|
Reference in New Issue
Block a user