12 lines
290 B
C++
12 lines
290 B
C++
//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 |