Ui.h 387 B

12345678910111213
  1. // Copyright (C) 2009-2021, Panagiotis Christopoulos Charitos and contributors.
  2. // All rights reserved.
  3. // Code licensed under the BSD License.
  4. // http://www.anki3d.org/LICENSE
  5. #pragma once
  6. /// @defgroup ui User interface that is using the ImGUI library.
  7. #include <AnKi/Ui/UiManager.h>
  8. #include <AnKi/Ui/Font.h>
  9. #include <AnKi/Ui/UiImmediateModeBuilder.h>
  10. #include <AnKi/Ui/Canvas.h>