Initial revision
This commit is contained in:
12
simev.h
Normal file
12
simev.h
Normal file
@ -0,0 +1,12 @@
|
||||
/*-------------------------------------------------------------------------
|
||||
|
||||
S I M E V
|
||||
A simulation driver for an environment device.
|
||||
|
||||
Mark Koennecke, Juli 1997
|
||||
--------------------------------------------------------------------------*/
|
||||
#ifndef SICSSIMEV
|
||||
#define SICSSIMEV
|
||||
pEVDriver CreateSIMEVDriver(int argc, char *argv[]);
|
||||
|
||||
#endif
|
Reference in New Issue
Block a user