From 30e7501b006e55bdeec0db18709d3fd4c5db86b5 Mon Sep 17 00:00:00 2001 From: rtk0c Date: Fri, 27 May 2022 13:47:40 -0700 Subject: Changeset: 40 Add custom token typing mechanism --- source-common/MacrosCodegen.hpp | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'source-common/MacrosCodegen.hpp') 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) -- cgit v1.2.3-70-g09d2