Added MIJIN_SCOPE_EXIT and MIJIN_CONCAT macros.
This commit is contained in:
10
source/mijin/util/common_macros.hpp
Normal file
10
source/mijin/util/common_macros.hpp
Normal file
@@ -0,0 +1,10 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#if !defined(MIJIN_UTIL_COMMON_MACROS_HPP_INCLUDED)
|
||||
#define MIJIN_UTIL_COMMON_MACROS_HPP_INCLUDED 1
|
||||
|
||||
#define MIJIN_CONCAT2(a, b) a ## b
|
||||
#define MIJIN_CONCAT(a, b) MIJIN_CONCAT2(a, b)
|
||||
|
||||
#endif // defined(MIJIN_UTIL_COMMON_MACROS_HPP_INCLUDED)
|
||||
Reference in New Issue
Block a user