summaryrefslogtreecommitdiff
path: root/object_header_extractor.cpp
blob: 348a916480777f2c3f75af0d12222a227d3efe10 (plain)
1
2
3
4
5
6
7
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) \
	CATI3(__________EVENT_COUNTER_TAG_,name,__________) __________EVENT_NEWLINE__________

#include __OBJECT_FNAME__