refactor(gui): reorganize GUI includes and introduce new components
- Updated include paths for various GUI-related headers to improve organization and clarity. - Introduced new components for better modularity, including PaletteEditorWidget and EditorCardManager. - Refactored existing code to utilize the new components, ensuring consistency across the GUI subsystem. Benefits: - Enhances maintainability and readability of the GUI code. - Facilitates future enhancements and optimizations within the GUI subsystem.
This commit is contained in:
@@ -14,11 +14,11 @@
|
||||
#include "absl/time/clock.h"
|
||||
#include "absl/time/time.h"
|
||||
#include "app/core/service/screenshot_utils.h"
|
||||
#include "app/gui/widgets/widget_state_capture.h"
|
||||
#include "app/gui/automation/widget_state_capture.h"
|
||||
#include "app/core/features.h"
|
||||
#include "util/file_util.h"
|
||||
#include "app/gfx/resource/arena.h"
|
||||
#include "app/gui/icons.h"
|
||||
#include "app/gui/core/icons.h"
|
||||
#if defined(YAZE_ENABLE_IMGUI_TEST_ENGINE) && YAZE_ENABLE_IMGUI_TEST_ENGINE
|
||||
#include "imgui.h"
|
||||
#include "imgui_internal.h"
|
||||
|
||||
Reference in New Issue
Block a user