XPMP2
X-Plane multiplayer library 2 - using instancing
2D.h
Go to the documentation of this file.
1 
21 #ifndef _2D_h_
22 #define _2D_h_
23 
24 namespace XPMP2 {
25 
27 void TwoDDrawLabels ();
28 
30 void TwoDInit ();
31 
33 void TwoDCleanup ();
34 
35 
36 }
37 
38 #endif
Definition: XPMPAircraft.h:70
void TwoDInit()
Initialize the module.
Definition: 2D.cpp:227
void TwoDDrawLabels()
Write the labels of all aircraft.
Definition: 2D.cpp:118
void TwoDCleanup()
Grace cleanup.
Definition: 2D.cpp:245