You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-06 12:20:30 +00:00
Improve compilation speed (forward declarations/includes cleanup)
This commit is contained in:
@@ -47,6 +47,10 @@
|
||||
#include "scene/main/timer.h"
|
||||
#include "scene/resources/text_file.h"
|
||||
|
||||
class EditorNode;
|
||||
struct EditorProgress;
|
||||
class EditorFileDialog;
|
||||
|
||||
class EditorSyntaxHighlighter : public SyntaxHighlighter {
|
||||
GDCLASS(EditorSyntaxHighlighter, SyntaxHighlighter)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user