1
0
mirror of https://github.com/godotengine/godot.git synced 2026-01-03 19:11:41 +00:00

Modules: Make sure to include modules_enabled.gen.h where needed

Fixes #51677.

Co-authored-by: Arkadiusz Marcin Kołek <aksoftware91@gmail.com>
(cherry picked from commit 6f4858f184)
This commit is contained in:
Rémi Verschelde
2021-11-12 13:34:25 +01:00
parent 4f2993b124
commit 63b5d5de64
17 changed files with 46 additions and 37 deletions

View File

@@ -34,7 +34,7 @@
#include "core/os/main_loop.h"
#include "core/os/os.h"
#include "modules/modules_enabled.gen.h"
#include "modules/modules_enabled.gen.h" // For gdscript.
#ifdef MODULE_GDSCRIPT_ENABLED
#include "modules/gdscript/gdscript.h"