mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-23 01:21:42 +00:00
* Updated the image version and dependent libraries to 2017 v5. * Updated version for beta 1 * Some additional library updates, task updates, and rpath updates
16 lines
371 B
C++
16 lines
371 B
C++
// Copyright (c) National Instruments 2008. All Rights Reserved.
|
|
// Do Not Edit... this file is generated!
|
|
|
|
#ifndef __nFRC_2017_17_0_1_nInterfaceGlobals_h__
|
|
#define __nFRC_2017_17_0_1_nInterfaceGlobals_h__
|
|
|
|
namespace nFPGA
|
|
{
|
|
namespace nFRC_2017_17_0_1
|
|
{
|
|
extern unsigned int g_currentTargetClass;
|
|
}
|
|
}
|
|
|
|
#endif // __nFRC_2017_17_0_1_nInterfaceGlobals_h__
|