added missing files

pull/1089/head
gabime 7 years ago
parent f36be4d5e4
commit b57d514b1e

@ -2,7 +2,7 @@
// Distributed under the MIT License (http://opensource.org/licenses/MIT) // Distributed under the MIT License (http://opensource.org/licenses/MIT)
#include "spdlite/spdlite.h" #include "spdlite/spdlite.h"
#include "spdlite/spdlite_global.h" #include "spdlite/default_api.h"
#define SPDLITE_ACTIVE_LEVEL SPDLITE_LEVEL_TRACE #define SPDLITE_ACTIVE_LEVEL SPDLITE_LEVEL_TRACE
#include "spdlite/spdlite_macros.h" #include "spdlite/spdlite_macros.h"

@ -1,7 +1,7 @@
// Copyright(c) 2015-present Gabi Melman. // Copyright(c) 2015-present Gabi Melman.
// Distributed under the MIT License (http://opensource.org/licenses/MIT) // 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() spdlite::logger &spdlite::default_logger()
{ {
Loading…
Cancel
Save