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