From b57d514b1e9108d336ffe4df3342c3488bd2d347 Mon Sep 17 00:00:00 2001 From: gabime Date: Sat, 30 Mar 2019 16:56:37 +0300 Subject: [PATCH] added missing files --- spdlite/example/example.cpp | 2 +- spdlite/include/spdlite/{spdlite_global.h => default_api.h} | 0 spdlite/src/{spdlite_global.cpp => spdlite_default_api.cpp} | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) rename spdlite/include/spdlite/{spdlite_global.h => default_api.h} (100%) rename spdlite/src/{spdlite_global.cpp => spdlite_default_api.cpp} (92%) diff --git a/spdlite/example/example.cpp b/spdlite/example/example.cpp index c816946a..47fdf06e 100644 --- a/spdlite/example/example.cpp +++ b/spdlite/example/example.cpp @@ -2,7 +2,7 @@ // Distributed under the MIT License (http://opensource.org/licenses/MIT) #include "spdlite/spdlite.h" -#include "spdlite/spdlite_global.h" +#include "spdlite/default_api.h" #define SPDLITE_ACTIVE_LEVEL SPDLITE_LEVEL_TRACE #include "spdlite/spdlite_macros.h" diff --git a/spdlite/include/spdlite/spdlite_global.h b/spdlite/include/spdlite/default_api.h similarity index 100% rename from spdlite/include/spdlite/spdlite_global.h rename to spdlite/include/spdlite/default_api.h diff --git a/spdlite/src/spdlite_global.cpp b/spdlite/src/spdlite_default_api.cpp similarity index 92% rename from spdlite/src/spdlite_global.cpp rename to spdlite/src/spdlite_default_api.cpp index 59e82b1d..73a0704d 100644 --- a/spdlite/src/spdlite_global.cpp +++ b/spdlite/src/spdlite_default_api.cpp @@ -1,7 +1,7 @@ // Copyright(c) 2015-present Gabi Melman. // Distributed under the MIT License (http://opensource.org/licenses/MIT) -#include "spdlite/spdlite_global.h" +#include "spdlite/default_api.h" spdlite::logger &spdlite::default_logger() {