5#ifndef PHYZIX_STATICOBJECT_H
6#define PHYZIX_STATICOBJECT_H
17 return RuntimeBaseType::STATIC_OBJECT;
22 : drawFunction(drawFunction) {}
25 void draw()
const override {
30 void (*drawFunction)();
Enum class to identify the base type of a class for runtime type identification.
Definition StaticObject.h:11
A struct to hold a list of boundaries.
Definition Boundary.h:21