aboutsummaryrefslogtreecommitdiff
path: root/buildtools/codegen/tests/examples/TestEnum.hpp
blob: aaa3d74399cb07265b923ded6375bd99a16bb2de (plain)
1
2
3
4
5
6
7
8
#include "MacrosCodegen.hpp"

enum MyEnum {
	EnumElement1,
	EnumElement2,
	EnumElement3,
};
BRUSSEL_ENUM(MyEnum, GenInfo);