mirror of
https://github.com/nasa/trick.git
synced 2024-12-18 20:57:55 +00:00
15 lines
308 B
C
15 lines
308 B
C
|
/*************************************************************************
|
||
|
PURPOSE: (Starter class)
|
||
|
LIBRARY DEPENDENCY:
|
||
|
(
|
||
|
(starter.cpp)
|
||
|
)
|
||
|
**************************************************************************/
|
||
|
|
||
|
class Starter {
|
||
|
public:
|
||
|
Starter();
|
||
|
public:
|
||
|
enum {VAR = 6};
|
||
|
};
|