12#ifndef FOOLSENGINE_REGISTRATOR_H
13#define FOOLSENGINE_REGISTRATOR_H
63 template<
typename TRegisterable>
66 inline static Registrator& getRegistrator() {
67 static Registrator reg {};
75 template <
typename TRegisterable>
76 Registrator<TRegisterable>::Registrator() {
77 TRegisterable::registerSelf();
Namespace containing all class definitions and functions related to the ToyMaker engine.
Definition camera_system.hpp:20