summaryrefslogtreecommitdiff
path: root/object_header_extractor.cpp
diff options
context:
space:
mode:
authortomsmeding <hallo@tomsmeding.nl>2015-12-01 21:29:53 +0100
committertomsmeding <hallo@tomsmeding.nl>2015-12-01 21:29:53 +0100
commitac18b3132059b5e7d5f00ccf2b56e543cf0da84b (patch)
tree490654385bf6aa87f160f79006a12289c20322e6 /object_header_extractor.cpp
parentdcaa318d677a1a6881ccc87640ae75c0fc578bfb (diff)
DAT GAME
Diffstat (limited to 'object_header_extractor.cpp')
-rw-r--r--object_header_extractor.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/object_header_extractor.cpp b/object_header_extractor.cpp
index c851056..348a916 100644
--- a/object_header_extractor.cpp
+++ b/object_header_extractor.cpp
@@ -1,7 +1,8 @@
#define CAT(a,b) a##b
#define CATI(a,b) CAT(a,b)
+#define CATI3(a,b,c) CATI(CATI(a,b),c)
#define EVENT(name) \
- CATI(CATI(__________EVENT_COUNTER_TAG_,name),__________) __________EVENT_NEWLINE__________
+ CATI3(__________EVENT_COUNTER_TAG_,name,__________) __________EVENT_NEWLINE__________
#include __OBJECT_FNAME__