virtual bool is_saveable() const override
Indicates if the object will be saved.
Definition: particles.hpp:38
virtual void update(float dt_sec) override
This function is called once per frame and allows the object to update it's state.
Definition: particles.cpp:106
This class provides functions for drawing things on screen.
Definition: drawing_context.hpp:42
virtual void draw(DrawingContext &context) override
The GameObject should draw itself onto the provided DrawingContext if this function is called...
Definition: particles.cpp:131
Definition: particles.hpp:27