mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-24 01:31:46 +00:00
* Revert "Updated the rpath to point to the correct location for the Java integration tests. (#262)" This reverts commitc313dde03a. * Revert "Update image 2017 v5 (#254)" This reverts commit8d1c51b7e9.
16 lines
367 B
C++
16 lines
367 B
C++
// Copyright (c) National Instruments 2008. All Rights Reserved.
|
|
// Do Not Edit... this file is generated!
|
|
|
|
#ifndef __nFRC_2012_1_6_4_nInterfaceGlobals_h__
|
|
#define __nFRC_2012_1_6_4_nInterfaceGlobals_h__
|
|
|
|
namespace nFPGA
|
|
{
|
|
namespace nFRC_2012_1_6_4
|
|
{
|
|
extern unsigned int g_currentTargetClass;
|
|
}
|
|
}
|
|
|
|
#endif // __nFRC_2012_1_6_4_nInterfaceGlobals_h__
|