//// Copyright(c) 2015 Gabi Melman.
// Distributed under the MIT License (http://opensource.org/licenses/MIT)
//#pragma once
#defineSPDLOG_VER_MAJOR1#defineSPDLOG_VER_MINOR3#defineSPDLOG_VER_PATCH1#defineSPDLOG_VERSION(SPDLOG_VER_MAJOR *10000+ SPDLOG_VER_MINOR *100+ SPDLOG_VER_PATCH)