XPMP2
X-Plane multiplayer library 2 - using instancing
Contrail.h
Go to the documentation of this file.
1 
35 #pragma once
36 
37 namespace XPMP2 {
38 
39 //
40 // MARK: Global Functions
41 //
42 
44 void ContrailCleanup ();
45 
46 }
Definition: XPMPAircraft.h:70
void ContrailCleanup()
Graceful shutdown.
Definition: Contrail.cpp:279