2016-10-20 23:54:04 -07:00
|
|
|
/*----------------------------------------------------------------------------*/
|
2017-08-23 22:06:13 -07:00
|
|
|
/* Copyright (c) 2008-2017 FIRST. All Rights Reserved. */
|
2016-10-20 23:54:04 -07:00
|
|
|
/* Open Source Software - may be modified and shared by FRC teams. The code */
|
|
|
|
|
/* must be accompanied by the FIRST BSD license file in the root directory of */
|
|
|
|
|
/* the project. */
|
|
|
|
|
/*----------------------------------------------------------------------------*/
|
2016-10-23 16:34:00 -07:00
|
|
|
|
2016-10-20 23:54:04 -07:00
|
|
|
#pragma once
|
|
|
|
|
|
|
|
|
|
/*
|
2016-10-23 16:34:00 -07:00
|
|
|
* The corresponding WPILibVersion.cpp file is autogenerated by the build
|
|
|
|
|
* system. If it does not exist, make sure that you run a build.
|
2016-10-20 23:54:04 -07:00
|
|
|
*/
|
2017-08-18 21:35:53 -07:00
|
|
|
extern const char* GetWPILibVersion();
|