Files
allwpilib/eclipse-plugins/edu.wpi.first.wpilib.plugins.cpp/resources/templates/command-based/Trigger.cpp
Jonathan Leitschuh 9126646fef Adds the Trigger template and adds WPILib.h import to all templates
Change-Id: Ibaecc4802822cf4c0a4a5bf9ddc960b96e40d1e9
2014-08-12 15:32:29 -04:00

13 lines
99 B
C++

#include "$classname.h"
$classname::$classname()
{
}
bool $classname::Get()
{
return false;
}