2020-12-26 14:12:05 -08:00
|
|
|
// Copyright (c) FIRST and other WPILib contributors.
|
|
|
|
|
// Open Source Software; you can modify and/or share it under the terms of
|
|
|
|
|
// the WPILib BSD license file in the root directory of this 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();
|