Massively overengineered logger to support different character types.
This commit is contained in:
19
source/mijin/internal/config.hpp
Normal file
19
source/mijin/internal/config.hpp
Normal file
@@ -0,0 +1,19 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#if !defined(MIJIN_INTERNAL_CONFIG_HPP_INCLUDED)
|
||||
#define MIJIN_INTERNAL_CONFIG_HPP_INCLUDED 1
|
||||
|
||||
#if defined(MIJIN_CONFIG_HEADER)
|
||||
#include MIJIN_CONFIG_HEADER
|
||||
#endif
|
||||
|
||||
#if !defined(MIJIN_DEFAULT_ALLOCATOR)
|
||||
#define MIJIN_DEFAULT_ALLOCATOR std::allocator
|
||||
#endif
|
||||
|
||||
#if !defined(MIJIN_DEFAULT_CHAR_TYPE)
|
||||
#define MIJIN_DEFAULT_CHAR_TYPE char
|
||||
#endif
|
||||
|
||||
#endif // !defined(MIJIN_INTERNAL_CONFIG_HPP_INCLUDED)
|
||||
Reference in New Issue
Block a user