1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-11 13:10:58 +00:00

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

This commit is contained in:
Rémi Verschelde
2021-11-12 13:42:58 +01:00
parent a54bd6e868
commit 88c4380737
19 changed files with 30 additions and 21 deletions

View File

@@ -41,7 +41,7 @@
#include "scene/resources/theme.h"
// Used for a hack preserving Mono properties on non-Mono builds.
#include "modules/modules_enabled.gen.h"
#include "modules/modules_enabled.gen.h" // For mono.
void DocTools::merge_from(const DocTools &p_data) {
for (KeyValue<String, DocData::ClassDoc> &E : class_list) {