Files
sics/remob.h
2012-11-15 12:39:51 +11:00

19 lines
496 B
C

/*--------------------------------------------------------------------------
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