Moved XPData array to DataManager and removed DataMaps.

After removing C++11 features, only the declaration of XPData remained in DataMaps, making it somewhat pointless to separate XPData from DataManager.
This commit is contained in:
Jason Watkins
2015-05-05 11:44:36 -07:00
parent aeceb87f1d
commit 7f1af73c3c
7 changed files with 5 additions and 31 deletions

View File

@@ -135,6 +135,9 @@ namespace XPC
DREF_MP7Alt,
};
/// Maps X-Plane dataref lines to XPC DREF values.
extern DREF XPData[134][8];
/// Marshals data between the plugin and X-Plane.
///
/// \author Jason Watkins