8 #ifndef __BUTTON_SCHEDULER_H__
9 #define __BUTTON_SCHEDULER_H__
18 virtual void Execute() = 0;
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