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/Level.hpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'source/30-game/Level.hpp') diff --git a/source/30-game/Level.hpp b/source/30-game/Level.hpp index 9114a64..c030b8e 100644 --- a/source/30-game/Level.hpp +++ b/source/30-game/Level.hpp @@ -3,6 +3,7 @@ #include "EditorCore.hpp" #include "GameObject.hpp" +#include #include #include @@ -80,6 +81,8 @@ private: }; class LevelWrapperObject : public GameObject { + BRUSSEL_CLASS() + private: RcPtr mLevel; -- cgit v1.2.3-70-g09d2