diff --git a/src/dawn/scene/components/ui/UIMenu.hpp b/src/dawn/scene/components/ui/UIMenu.hpp new file mode 100644 index 00000000..a28302e8 --- /dev/null +++ b/src/dawn/scene/components/ui/UIMenu.hpp @@ -0,0 +1,14 @@ +// Copyright (c) 2023 Dominic Masters +// +// This software is released under the MIT License. +// https://opensource.org/licenses/MIT + +#pragma once +#include "scene/SceneItemComponent.hpp" + +namespace Dawn { + class UIMenuController : public SceneItemComponent { + public: + + }; +} \ No newline at end of file