Loading...
Searching...
No Matches
Go to the documentation of this file.
38#define ML_EXPORT(ClassName) \
39 namespace ml::exports { \
41 inline struct _Register_##ClassName \
43 _Register_##ClassName() \
48 ml::exports::FireableHelper<ClassName>::doRegister(); \
50 } _instance_##ClassName; \