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