blob: 43ae99ce6ae78ac5611399b4ef65ba9a55932105 (
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(...)
|