mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
Merge pull request #90975 from aaronfranke/plugin-org
Organize existing code for editor plugins
This commit is contained in:
commit
13fbd42c37
96 changed files with 137 additions and 132 deletions
|
|
@ -34,7 +34,7 @@
|
|||
#include "../gdscript_parser.h"
|
||||
#include "gdscript_language_protocol.h"
|
||||
|
||||
#include "editor/editor_plugin.h"
|
||||
#include "editor/plugins/editor_plugin.h"
|
||||
|
||||
class GDScriptLanguageServer : public EditorPlugin {
|
||||
GDCLASS(GDScriptLanguageServer, EditorPlugin);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue