summaryrefslogtreecommitdiffhomepage
path: root/Private/NewKit
diff options
context:
space:
mode:
Diffstat (limited to 'Private/NewKit')
-rw-r--r--Private/NewKit/Macros.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/Private/NewKit/Macros.hpp b/Private/NewKit/Macros.hpp
index 141ccc53..c6c4f530 100644
--- a/Private/NewKit/Macros.hpp
+++ b/Private/NewKit/Macros.hpp
@@ -84,6 +84,8 @@
#define EXTERN extern
#define STATIC static
+#define CONST const
+
#ifndef self
#define self this
#endif