Organize existing code for editor plugins
This commit is contained in:
@ -33,7 +33,7 @@
|
||||
|
||||
#ifdef TOOLS_ENABLED
|
||||
|
||||
#include "editor/editor_plugin.h"
|
||||
#include "editor/plugins/editor_plugin.h"
|
||||
|
||||
class NoiseEditorPlugin : public EditorPlugin {
|
||||
GDCLASS(NoiseEditorPlugin, EditorPlugin)
|
||||
|
||||
@ -40,7 +40,7 @@
|
||||
#endif
|
||||
|
||||
#ifdef TOOLS_ENABLED
|
||||
#include "editor/editor_plugin.h"
|
||||
#include "editor/plugins/editor_plugin.h"
|
||||
#endif
|
||||
|
||||
void initialize_noise_module(ModuleInitializationLevel p_level) {
|
||||
|
||||
Reference in New Issue
Block a user