mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
Improve compilation speed (forward declarations/includes cleanup)
This commit is contained in:
parent
36892b7fc8
commit
b396fd4eef
308 changed files with 664 additions and 350 deletions
|
|
@ -31,8 +31,8 @@
|
|||
#ifndef PROPERTYSELECTOR_H
|
||||
#define PROPERTYSELECTOR_H
|
||||
|
||||
#include "editor/editor_help.h"
|
||||
#include "editor/property_editor.h"
|
||||
#include "editor_help.h"
|
||||
#include "scene/gui/rich_text_label.h"
|
||||
|
||||
class PropertySelector : public ConfirmationDialog {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue