mirror of
https://github.com/godotengine/godot.git
synced 2025-10-19 16:03:29 +00:00
Use forward-declarations in big editor classes
This commit is contained in:
parent
55dae30177
commit
c90d0bd84f
101 changed files with 269 additions and 111 deletions
|
@ -37,6 +37,7 @@
|
|||
#include "editor/editor_settings.h"
|
||||
#include "editor/editor_undo_redo_manager.h"
|
||||
#include "node_3d_editor_plugin.h"
|
||||
#include "scene/gui/menu_button.h"
|
||||
#include "scene/resources/curve.h"
|
||||
|
||||
static bool _is_in_handle(int p_id, int p_num_points) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue