aboutsummaryrefslogtreecommitdiff
path: root/source/20-codegen-runtime/MacrosCodegen.hpp
blob: 956123cb1c06f69bb7db1ac32c5d49307162ba8b (plain)
1
2
3
4
5
6
7
8
9
10
// 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)