moved SPDLOG_VERSION macro to common.h
This commit is contained in:
parent
051048ebd7
commit
04d0dd5987
@ -5,6 +5,8 @@
|
|||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
|
#define SPDLOG_VERSION "0.16.3"
|
||||||
|
|
||||||
#include "tweakme.h"
|
#include "tweakme.h"
|
||||||
|
|
||||||
#include <string>
|
#include <string>
|
||||||
|
@ -7,7 +7,6 @@
|
|||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#define SPDLOG_VERSION "0.16.3"
|
|
||||||
|
|
||||||
#include "common.h"
|
#include "common.h"
|
||||||
#include "logger.h"
|
#include "logger.h"
|
||||||
|
Loading…
Reference in New Issue
Block a user