mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-20 00:51:42 +00:00
Rename the following folders: hal/lib/Athena -> hal/lib/athena hal/lib/Desktop -> hal/lib/sim hal/lib/Shared -> hal/lib/shared wpilibc/Athena -> wpilibc/athena wpilibc/simulation -> wpilibc/sim Windows users may need to run gradlew clean after updating.
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_C0EF_1_1_0_nInterfaceGlobals_h__
|
|
#define __nFRC_C0EF_1_1_0_nInterfaceGlobals_h__
|
|
|
|
namespace nFPGA
|
|
{
|
|
namespace nFRC_C0EF_1_1_0
|
|
{
|
|
extern unsigned int g_currentTargetClass;
|
|
}
|
|
}
|
|
|
|
#endif // __nFRC_C0EF_1_1_0_nInterfaceGlobals_h__
|