Acheron
Loading...
Searching...
No Matches
acheron::ecs::Module Struct Referenceabstract

The base struct a Module should inherit. More...

#include <module.hpp>

Inheritance diagram for acheron::ecs::Module:
acheron::renderer::RendererModule acheron::window::WindowModule

Public Member Functions

virtual void Register (World &world)=0
 Called when a module is imported.

Detailed Description

The base struct a Module should inherit.

Member Function Documentation

◆ Register()

virtual void acheron::ecs::Module::Register ( World & world)
pure virtual

Called when a module is imported.

Parameters
worldA reference to the World

Implemented in acheron::renderer::RendererModule, and acheron::window::WindowModule.


The documentation for this struct was generated from the following file: