- moved initializer and remob to the kernel
SKIPPED: psi/make_gen
This commit is contained in:
19
remob.h
Normal file
19
remob.h
Normal file
@ -0,0 +1,19 @@
|
||||
/*--------------------------------------------------------------------------
|
||||
remote driveable objects
|
||||
|
||||
Markus Zolliker July 04
|
||||
|
||||
copyright: see implementation file
|
||||
|
||||
----------------------------------------------------------------------------*/
|
||||
#ifndef SICSREM
|
||||
#define SICSREM
|
||||
#include "Scommon.h"
|
||||
|
||||
/*-------------------------------------------------------------------------*/
|
||||
|
||||
int RemobCreate(SConnection *pCon, SicsInterp *pSics, void *pData,
|
||||
int argc, char *argv[]);
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user