Remove Utility module and move its content to Core and TextRenderer modules

This commit is contained in:
SirLynix
2024-02-10 22:46:53 +01:00
committed by Jérôme Leclercq
parent 965a00182c
commit e64c2b036e
364 changed files with 2336 additions and 2516 deletions

View File

@@ -29,6 +29,7 @@
#ifndef NAZARA_GLOBAL_WIDGETS_HPP
#define NAZARA_GLOBAL_WIDGETS_HPP
#include <Nazara/Widgets/AbstractLabelWidget.hpp>
#include <Nazara/Widgets/AbstractTextAreaWidget.hpp>
#include <Nazara/Widgets/BaseWidget.hpp>
#include <Nazara/Widgets/BoxLayout.hpp>
@@ -46,6 +47,7 @@
#include <Nazara/Widgets/ScrollAreaWidget.hpp>
#include <Nazara/Widgets/ScrollbarButtonWidget.hpp>
#include <Nazara/Widgets/ScrollbarWidget.hpp>
#include <Nazara/Widgets/SimpleLabelWidget.hpp>
#include <Nazara/Widgets/SimpleWidgetStyles.hpp>
#include <Nazara/Widgets/TextAreaWidget.hpp>
#include <Nazara/Widgets/Widgets.hpp>