diff options
Diffstat (limited to 'source/CodegenRuntime/MacrosCodegen.hpp')
-rw-r--r-- | source/CodegenRuntime/MacrosCodegen.hpp | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/source/CodegenRuntime/MacrosCodegen.hpp b/source/CodegenRuntime/MacrosCodegen.hpp deleted file mode 100644 index 956123c..0000000 --- a/source/CodegenRuntime/MacrosCodegen.hpp +++ /dev/null @@ -1,10 +0,0 @@ -// NOTE: Contents of this file is coupled with the codegen compiler. -// When updating, change both sides at the same time. - -#pragma once - -#define BRUSSEL_CLASS(...) -#define BRUSSEL_PROPERTY(...) -#define BRUSSEL_METHOD(...) - -#define BRUSSEL_ENUM(name, options) |