feat: modules moved and engine moved to submodule

This commit is contained in:
Jan van der Weide 2025-04-12 18:40:44 +02:00
parent dfb5e645cd
commit c33d2130cc
5136 changed files with 225275 additions and 64485 deletions

View file

@ -30,8 +30,6 @@
#include "noise_editor_plugin.h"
#ifdef TOOLS_ENABLED
#include "../noise.h"
#include "../noise_texture_2d.h"
@ -148,5 +146,3 @@ NoiseEditorPlugin::NoiseEditorPlugin() {
plugin.instantiate();
add_inspector_plugin(plugin);
}
#endif // TOOLS_ENABLED

View file

@ -28,10 +28,7 @@
/* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
/**************************************************************************/
#ifndef NOISE_EDITOR_PLUGIN_H
#define NOISE_EDITOR_PLUGIN_H
#ifdef TOOLS_ENABLED
#pragma once
#include "editor/plugins/editor_plugin.h"
@ -43,7 +40,3 @@ public:
NoiseEditorPlugin();
};
#endif // TOOLS_ENABLED
#endif // NOISE_EDITOR_PLUGIN_H