aboutsummaryrefslogtreecommitdiff
path: root/source/30-game/Level.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'source/30-game/Level.hpp')
-rw-r--r--source/30-game/Level.hpp3
1 files changed, 3 insertions, 0 deletions
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 <MacrosCodegen.hpp>
#include <RcPtr.hpp>
#include <Uid.hpp>
@@ -80,6 +81,8 @@ private:
};
class LevelWrapperObject : public GameObject {
+ BRUSSEL_CLASS()
+
private:
RcPtr<Level> mLevel;