Merge remote-tracking branch 'origin/develop' into mueller/master

This commit is contained in:
2021-07-24 15:13:56 +02:00
34 changed files with 2114 additions and 252 deletions

View File

@ -10,6 +10,8 @@
#include <filesystem>
#include <filesystem>
CoreController::CoreController(object_id_t objectId):
ExtendedControllerBase(objectId, objects::NO_OBJECT, 5) {
}