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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user