diff options
Diffstat (limited to 'source-common')
-rw-r--r-- | source-common/MacrosCodegen.hpp | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/source-common/MacrosCodegen.hpp b/source-common/MacrosCodegen.hpp index 6c93d09..d6d5c6f 100644 --- a/source-common/MacrosCodegen.hpp +++ b/source-common/MacrosCodegen.hpp @@ -1,4 +1,7 @@ +// NOTE: contents of this file is coupled with buildtools/codegen/ +// when updating, change both sides at the same time + #pragma once -#define BRUSSEL_METACLASS -#define BRUSSEL_METAENUM(name) +#define BRUSSEL_CLASS +#define BRUSSEL_ENUM(name, options) |