| 1234567891011 |
- // Copyright (C) 2009-present, Panagiotis Christopoulos Charitos and contributors.
- // All rights reserved.
- // Code licensed under the BSD License.
- // http://www.anki3d.org/LICENSE
- #pragma once
- /// @defgroup ui User interface that is using the ImGUI library.
- #include <AnKi/Ui/UiManager.h>
- #include <AnKi/Ui/UiCanvas.h>
|