#include "Core.hpp" Core::Core() { LOG(INFO)<<"Core initializing..."; } void Core::MainLoop() { } Core::~Core() { LOG(INFO)<<"Core stopping..."; }