virtual GameObjectClasses get_class_types() const override
List notable classes in inheritance hierarchy of class.
Definition: endsequence.hpp:30
virtual void draw(DrawingContext &context) override
The GameObject should draw itself onto the provided DrawingContext if this function is called...
Definition: endsequence_walk.cpp:35
virtual void running(float dt_sec) override
called while the EndSequence is running
Definition: endsequence_walk.cpp:48
virtual GameObjectClasses get_class_types() const override
List notable classes in inheritance hierarchy of class.
Definition: endsequence_walk.hpp:28
This class provides functions for drawing things on screen.
Definition: drawing_context.hpp:42