NcEngine
|
#include "ncengine/Events.h"
#include "ncengine/config/Config.h"
#include "ncengine/ecs/ComponentRegistry.h"
#include "ncengine/module/ModuleRegistry.h"
#include "ncengine/scene/Scene.h"
#include "ncengine/task/TaskFwd.h"
Go to the source code of this file.
Classes | |
class | nc::NcEngine |
Interface for the engine runtime and modules. More... | |
Functions | |
auto | nc::InitializeNcEngine (const config::Config &config) -> std::unique_ptr< NcEngine > |
Create an NcEngine instance and initialize engine-side modules. More... | |
auto nc::InitializeNcEngine | ( | const config::Config & | config | ) | -> std::unique_ptr< NcEngine > |
Create an NcEngine instance and initialize engine-side modules.
config | Configuration object specifying engine settings. |