|
ToyMaker Game Engine 0.0.2
ToyMaker is a game engine developed and maintained by Zoheb Shujauddin.
|
Helper class for registering a class at program startup. More...
#include <registrator.hpp>
Public Member Functions | |
| void | emptyFunc () |
Static Public Member Functions | |
| static Registrator & | getRegistrator () |
Helper class for registering a class at program startup.
It accomplishes this by:
registerSelf() using CRTP, called here.registerSelf() function is called during the static initialization phase of the program.