Modules: Make sure to include modules_enabled.gen.h where needed
This commit is contained in:
parent
a54bd6e868
commit
88c4380737
19 changed files with 30 additions and 21 deletions
|
|
@ -38,7 +38,7 @@
|
|||
#include "gdscript_workspace.h"
|
||||
#include "lsp.hpp"
|
||||
|
||||
#include "modules/modules_enabled.gen.h"
|
||||
#include "modules/modules_enabled.gen.h" // For jsonrpc.
|
||||
#ifdef MODULE_JSONRPC_ENABLED
|
||||
#include "modules/jsonrpc/jsonrpc.h"
|
||||
#else
|
||||
|
|
|
|||
|
|
@ -68,7 +68,7 @@
|
|||
#include "scene/resources/multimesh.h"
|
||||
#include "scene/resources/surface_tool.h"
|
||||
|
||||
#include "modules/modules_enabled.gen.h"
|
||||
#include "modules/modules_enabled.gen.h" // For csg, gridmap.
|
||||
|
||||
#ifdef MODULE_CSG_ENABLED
|
||||
#include "modules/csg/csg_shape.h"
|
||||
|
|
|
|||
|
|
@ -46,7 +46,8 @@
|
|||
#include "scene/resources/material.h"
|
||||
#include "scene/resources/texture.h"
|
||||
|
||||
#include "modules/modules_enabled.gen.h"
|
||||
#include "modules/modules_enabled.gen.h" // For csg, gridmap.
|
||||
|
||||
#include <cstdint>
|
||||
|
||||
class GLTFState;
|
||||
|
|
|
|||
|
|
@ -52,7 +52,8 @@
|
|||
#include "editor/editor_settings.h"
|
||||
#endif
|
||||
|
||||
#include "modules/modules_enabled.gen.h"
|
||||
#include "modules/modules_enabled.gen.h" // For csg, gridmap.
|
||||
|
||||
#ifdef MODULE_CSG_ENABLED
|
||||
#include "modules/csg/csg_shape.h"
|
||||
#endif
|
||||
|
|
|
|||
|
|
@ -38,6 +38,8 @@
|
|||
#include "thirdparty/icu4c/icudata.gen.h"
|
||||
#endif
|
||||
|
||||
#include "modules/modules_enabled.gen.h" // For freetype, msdfgen.
|
||||
|
||||
#ifdef MODULE_MSDFGEN_ENABLED
|
||||
#include "core/ShapeDistanceFinder.h"
|
||||
#include "core/contour-combiners.h"
|
||||
|
|
|
|||
|
|
@ -55,7 +55,7 @@
|
|||
#include <unicode/ustring.h>
|
||||
#include <unicode/utypes.h>
|
||||
|
||||
#include "modules/modules_enabled.gen.h"
|
||||
#include "modules/modules_enabled.gen.h" // For freetype, msdfgen.
|
||||
|
||||
#ifdef MODULE_FREETYPE_ENABLED
|
||||
#include <ft2build.h>
|
||||
|
|
|
|||
|
|
@ -33,6 +33,8 @@
|
|||
#include "core/error/error_macros.h"
|
||||
#include "core/string/print_string.h"
|
||||
|
||||
#include "modules/modules_enabled.gen.h" // For freetype, msdfgen.
|
||||
|
||||
#ifdef MODULE_MSDFGEN_ENABLED
|
||||
#include "core/ShapeDistanceFinder.h"
|
||||
#include "core/contour-combiners.h"
|
||||
|
|
|
|||
|
|
@ -42,7 +42,7 @@
|
|||
#include "core/templates/thread_work_pool.h"
|
||||
#include "scene/resources/texture.h"
|
||||
|
||||
#include "modules/modules_enabled.gen.h"
|
||||
#include "modules/modules_enabled.gen.h" // For freetype, msdfgen.
|
||||
|
||||
#ifdef MODULE_FREETYPE_ENABLED
|
||||
#include <ft2build.h>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue