8 #ifndef __TOGGLE_BUTTON_SCHEDULER_H__
9 #define __TOGGLE_BUTTON_SCHEDULER_H__
11 #include "Buttons/ButtonScheduler.h"
20 virtual void Execute();
The Command class is at the very core of the entire command framework.
Definition: Command.h:54
This class provides an easy way to link commands to inputs.
Definition: Trigger.h:33