8 lines
245 B
C++
8 lines
245 B
C++
//Copyright (c) 2013-2015 United States Government as represented by the Administrator of the
|
|
//National Aeronautics and Space Administration. All Rights Reserved.
|
|
#include "DataManager.h"
|
|
|
|
namespace XPC
|
|
{
|
|
DREF XPData[134][8] = { DREF_None };
|
|
} |