Worldstone
 All Classes Files Functions Variables Enumerations Enumerator Macros Pages
Log.h
1 //
2 // Created by Lectem on 04/15/2017.
3 //
4 
5 #pragma once
6 
7 #ifndef NDEBUG
8 
9 #include <spdlog/spdlog.h>
10 
11 #else
12 
13 #endif // NDEBUG