- More debugging of scriptcontext, mostly working now
- Created driveable SICSobj for standalone and as an adapter
This commit is contained in:
@ -312,7 +312,11 @@ int SctMakeDriveAdapter(SConnection *pCon, SicsInterp *pSics, void *object,
|
||||
return 1;
|
||||
}
|
||||
/*---------------------------------------------------------------*/
|
||||
int SctMakeDriveObject(SConnection *pCon, SicsInterp *pSics, void *object,
|
||||
int argc, char *argv[]);
|
||||
|
||||
void SctDriveInit(void) {
|
||||
AddCmd("makesctdrive", SctMakeDriveAdapter);
|
||||
AddCmd("dynsctdrive", SctMakeDriveAdapter);
|
||||
AddCmd("makesctdriveobj",SctMakeDriveObject);
|
||||
}
|
||||
|
Reference in New Issue
Block a user