Remove TOOLS_ENABLED checks from editor/

This commit is contained in:
kobewi 2025-03-14 17:38:37 +01:00
parent b377562b52
commit 7cb2fb189a
34 changed files with 7 additions and 124 deletions

View file

@ -30,7 +30,7 @@
#include "bindings_generator.h"
#if defined(DEBUG_METHODS_ENABLED) && defined(TOOLS_ENABLED)
#ifdef DEBUG_METHODS_ENABLED
#include "../godotsharp_defs.h"
#include "../utils/naming_utils.h"