diff options
Diffstat (limited to 'source/30-game/GameObject.hpp')
-rw-r--r-- | source/30-game/GameObject.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
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; |