mirror of
https://github.com/nasa/trick.git
synced 2024-12-19 05:07:54 +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};
|
|
};
|