diff options
Diffstat (limited to 'source/30-game/GameObject.hpp')
-rw-r--r-- | source/30-game/GameObject.hpp | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/source/30-game/GameObject.hpp b/source/30-game/GameObject.hpp index f975803..56beb80 100644 --- a/source/30-game/GameObject.hpp +++ b/source/30-game/GameObject.hpp @@ -16,6 +16,10 @@ namespace Tags { enum class GameObjectKind { + // clang-format off + BRUSSEL_ENUM(ToString, FromString, RemovePrefix KD_, AddPrefix GameObject, ExcludeHeuristics) + // clang-format on + KD_Generic, KD_Player, KD_SimpleGeometry, @@ -23,7 +27,6 @@ enum class GameObjectKind { KD_LevelWrapper, KD_COUNT, }; -BRUSSEL_ENUM(GameObjectKind, ToString FromString ExcludeHeuristics); } // namespace Tags class GameWorld; |