1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-23 15:16:17 +00:00

Merge pull request #76026 from YuriSizov/editor-running-up-that-gui

Extract editor run toolbar into its own component
This commit is contained in:
Rémi Verschelde
2023-04-26 12:15:29 +02:00
committed by GitHub
37 changed files with 771 additions and 538 deletions

View File

@@ -36,6 +36,7 @@
#include "editor/editor_scale.h"
#include "editor/editor_settings.h"
#include "editor/editor_undo_redo_manager.h"
#include "editor/export/editor_export.h"
#include "scene/gui/check_button.h"
#include "servers/movie_writer/movie_writer.h"