10 #include <NDK/Prerequesites.hpp> 24 virtual bool Update(
StateMachine& fsm,
float elapsedTime) = 0;
28 #endif // NDK_STATE_HPP TODO: For now is unable to display different color in the history, it needs a RichTextDrawer to do so...
Definition: Algorithm.hpp:12
NDK class that represents a state machine, to represent the multiple states of your program as a stac...
Definition: StateMachine.hpp:17
NDK class that represents a state of your application.
Definition: State.hpp:16