From 30c261028e27dab0e30aec19b9c21c37cc74e92b Mon Sep 17 00:00:00 2001 From: Avamander Date: Fri, 2 Oct 2020 21:45:51 +0300 Subject: Renamed Logging/ to logging/ --- src/logging/Logger.h | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 src/logging/Logger.h (limited to 'src/logging/Logger.h') diff --git a/src/logging/Logger.h b/src/logging/Logger.h new file mode 100644 index 00000000..95d21dc4 --- /dev/null +++ b/src/logging/Logger.h @@ -0,0 +1,11 @@ +#pragma once + +namespace Pinetime { + namespace Logging { + class Logger { + public: + virtual void Init() = 0; + virtual void Resume() = 0; + }; + } +} \ No newline at end of file -- cgit v1.2.3-70-g09d2