From ce8660cc5bfc12e6e3f75d4cce22492783ca9066 Mon Sep 17 00:00:00 2001 From: rtk0c Date: Thu, 8 Apr 2021 08:49:10 -0700 Subject: Initial work on table visualizer --- core/src/Utils/Macros.hpp | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 core/src/Utils/Macros.hpp (limited to 'core/src/Utils/Macros.hpp') diff --git a/core/src/Utils/Macros.hpp b/core/src/Utils/Macros.hpp new file mode 100644 index 0000000..cb949b2 --- /dev/null +++ b/core/src/Utils/Macros.hpp @@ -0,0 +1,6 @@ +#pragma once + +#define CONCAT_IMPL(a, b) a##b +#define CONCAT(a, b) CONCAT_IMPL(a, b) + +#define UNIQUE_NAME(prefix) CONCAT(prefix, __LINE__) -- cgit v1.2.3-70-g09d2