- More debugging of scriptcontext, mostly working now
- Created driveable SICSobj for standalone and as an adapter
This commit is contained in:
@ -28,6 +28,9 @@ typedef int (*SICSOBJFunc)(pSICSOBJ self, SConnection *pCon,
|
||||
pSICSOBJ MakeSICSOBJ(char *name, char *class);
|
||||
pSICSOBJ MakeSICSOBJv(char *name, char *class, int type, int priv);
|
||||
void KillSICSOBJ(void *data);
|
||||
void DefaultKill(void *data);
|
||||
|
||||
|
||||
/**
|
||||
* This creates a new SICS object and installs it in the interpreter. It returns
|
||||
* the newly created SICS object such that the caller can continue
|
||||
|
Reference in New Issue
Block a user