From 4d7b1da29e0957ac798ee8e6da8288cbd4ae5c79 Mon Sep 17 00:00:00 2001 From: LaG1924 <12997935+LaG1924@users.noreply.github.com> Date: Thu, 18 May 2017 19:03:05 +0500 Subject: 2017-05-18 --- src/core/Core.cpp | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 src/core/Core.cpp (limited to 'src/core/Core.cpp') diff --git a/src/core/Core.cpp b/src/core/Core.cpp new file mode 100644 index 0000000..a286359 --- /dev/null +++ b/src/core/Core.cpp @@ -0,0 +1,13 @@ +#include "Core.hpp" + +Core::Core() { + LOG(INFO)<<"Core initializing..."; +} + +void Core::MainLoop() { + +} + +Core::~Core() { + LOG(INFO)<<"Core stopping..."; +} \ No newline at end of file -- cgit v1.2.3