From 123f741e3f5374b93ac39887b62bfa0d66762ae2 Mon Sep 17 00:00:00 2001 From: rtk0c Date: Sun, 22 May 2022 23:05:03 -0700 Subject: Changeset: 36 Add basic machinery for levels (no saving/loading yet) --- source/EditorUtils.hpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source/EditorUtils.hpp') diff --git a/source/EditorUtils.hpp b/source/EditorUtils.hpp index 88d78ac..99c522b 100644 --- a/source/EditorUtils.hpp +++ b/source/EditorUtils.hpp @@ -10,6 +10,8 @@ #define BRUSSEL_TAG_PREFIX_GameObject "GameObject" #define BRUSSEL_TAG_PREFIX_Ires "Ires" +#define BRUSSEL_TAG_Level "Level" + namespace ImGui { const char* GetKeyNameGlfw(int key); -- cgit v1.2.3-70-g09d2