Abstract plugin class that add some utility functions to make it easier to register systems and resou...
Definition APlugin.hpp:9
APlugin(Core &core)
Constructor for APlugin. It takes a reference to the Core, which is used to register systems and reso...
Definition APlugin.hpp:15
The core is the place where all the data of the engine is stored. It contains the registry (entities)...
Definition Core.hpp:33
~Plugin() override=default
Plugin(Engine::Core &core)
Definition PluginGraphic.hpp:8
void Bind() final
Pure virtual method that must be implemented by derived plugin classes. This method is called when th...
Definition PluginGraphic.cpp:11
Definition AdapterCreationError.hpp:5