Refactored dataref manipulation operations to the DataManager class.
This commit is contained in:
12
xpcPlugin/DataMaps.h
Normal file
12
xpcPlugin/DataMaps.h
Normal file
@@ -0,0 +1,12 @@
|
||||
//Copyright (c) 2013-2015 United States Government as represented by the Administrator of the
|
||||
//National Aeronautics and Space Administration. All Rights Reserved.
|
||||
#ifndef XPC_DATAMAPS_H
|
||||
#define XPC_DATAMAPS_H
|
||||
#include "DataManager.h"
|
||||
|
||||
namespace XPC
|
||||
{
|
||||
extern DREF XPData[134][8];
|
||||
}
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user