Initial revision
This commit is contained in:
13
emin.i
Normal file
13
emin.i
Normal file
@ -0,0 +1,13 @@
|
||||
|
||||
/*--------------------------------------------------------------------------
|
||||
Internal header file defining the datastructure for the environment
|
||||
controller.
|
||||
|
||||
Mark Koennecke, Juli 1997
|
||||
---------------------------------------------------------------------------*/
|
||||
|
||||
typedef struct __EnvMon {
|
||||
pObjectDescriptor pDes;
|
||||
int iList;
|
||||
} EnvMon;
|
||||
|
Reference in New Issue
Block a user