1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-28 16:07:14 +00:00

Merge pull request #104130 from KoBeWi/are_tools_enabled_when_tools_are_enabled

Remove `TOOLS_ENABLED` checks from `editor/`
This commit is contained in:
Thaddeus Crews
2025-03-17 10:52:25 -05:00
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"