SHARE
TWEET
Untitled
a guest
Feb 23rd, 2013
35
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
- class Trigger;
- class Command;
- class ToggledPressedButtonScheduler : public PressedButtonScheduler
- {
- protected:
- Command *m_otherCommand;
- bool m_firstOrSecond;
- public:
- ToggledPressedButtonScheduler(bool last, Trigger *button, Command *firstCommand, Command *secondCommand);
- virtual ~ToggledPressedButtonScheduler() {}
- virtual void Execute();
- };
- #endif
RAW Paste Data
