|
Acheron
|
The base struct a Module should inherit. More...
#include <module.hpp>
Public Member Functions | |
| virtual void | Register (World &world)=0 |
| Called when a module is imported. | |
The base struct a Module should inherit.
|
pure virtual |
Called when a module is imported.
| world | A reference to the World |
Implemented in acheron::renderer::RendererModule, and acheron::window::WindowModule.