From a98b0495a957ed15900c052bcad00b3c48367546 Mon Sep 17 00:00:00 2001 From: rtk0c Date: Thu, 7 Jul 2022 19:30:47 -0700 Subject: Changeset: 79 Initial work on fixing codegen for the main project, add enum underlying type (EUT) scanning capability --- source/30-game/GameObject.hpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source/30-game/GameObject.hpp') diff --git a/source/30-game/GameObject.hpp b/source/30-game/GameObject.hpp index 56beb80..40c52e7 100644 --- a/source/30-game/GameObject.hpp +++ b/source/30-game/GameObject.hpp @@ -31,6 +31,8 @@ enum class GameObjectKind { class GameWorld; class GameObject { + BRUSSEL_CLASS(InheritanceHiearchy) + public: using Kind = Tags::GameObjectKind; using enum Tags::GameObjectKind; -- cgit v1.2.3-70-g09d2