All Classes Functions
BODYPHYS_ORB.h
1 #ifndef BODYPHYS_ORB_H
2 #define BODYPHYS_ORB_H
3 
4 #include <OrbiterSDK.h>
5 #include "BODYPHYS.h"
6 
7 struct BODYPHYS_ORB : public BODYPHYS
8 {
9  BODYPHYS_ORB();
10  BODYPHYS_ORB(OBJHANDLE hRef);
11 };
12 
13 #endif // BODYPHYS_ORB_H