- Adapted indenation to new agreed upon system
- Fixed bad status in poldi zug driver
This commit is contained in:
15
amordrive.h
15
amordrive.h
@ -9,17 +9,16 @@
|
||||
#ifndef AMORDRIVE
|
||||
#define AMORDRIVE
|
||||
|
||||
typedef struct{
|
||||
pObjectDescriptor pDes;
|
||||
pIDrivable pDriv;
|
||||
pamorSet mama;
|
||||
int type;
|
||||
typedef struct {
|
||||
pObjectDescriptor pDes;
|
||||
pIDrivable pDriv;
|
||||
pamorSet mama;
|
||||
int type;
|
||||
} amorDrive, *pamorDrive;
|
||||
/*-----------------------------------------------------------------*/
|
||||
pamorDrive makeAmorDrive(pamorSet papa, int type);
|
||||
void killAmorDrive(void *data);
|
||||
int AmorDriveAction(SConnection *pCon, SicsInterp *pSics, void *pData,
|
||||
int argc, char *argv[]);
|
||||
int AmorDriveAction(SConnection * pCon, SicsInterp * pSics, void *pData,
|
||||
int argc, char *argv[]);
|
||||
|
||||
#endif
|
||||
|
||||
|
Reference in New Issue
Block a user