Add module configurations

This commit is contained in:
Jérôme Leclercq
2020-09-17 20:10:39 +02:00
parent 7a7a67cd40
commit 36d3c51eeb
22 changed files with 102 additions and 33 deletions

View File

@@ -19,7 +19,7 @@ namespace Nz
* \brief Core class that represents the Core module
*/
Core::Core() :
Core::Core(Config /*config*/) :
ModuleBase("Core", this, ModuleBase::NoLog{})
{
Log::Initialize();