All Classes Functions
TGTPARAM_ORB.h
1 #ifndef TGTPARAM_ORB_H
2 #define TGTPARAM_ORB_H
3 
4 #include <OrbiterSDK.h>
5 #include "TGTPARAM.h"
6 class MFDDataLaunchMFD;
7 
8 struct TGTPARAM_ORB : public TGTPARAM
9 {
10  TGTPARAM_ORB( double inclPrev );
11  TGTPARAM_ORB( MFDDataLaunchMFD * data, double inclPrev );
12 };
13 
14 #endif // TGTPARAM_ORB_H