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