mirror of https://github.com/godotengine/godot
parent
1ed549e64b
commit
480e991656
|
|
@ -30,13 +30,14 @@
|
||||||
|
|
||||||
#include "project_converter_3_to_4.h"
|
#include "project_converter_3_to_4.h"
|
||||||
|
|
||||||
#include "modules/modules_enabled.gen.h"
|
|
||||||
|
|
||||||
#ifndef DISABLE_DEPRECATED
|
#ifndef DISABLE_DEPRECATED
|
||||||
#ifdef MODULE_REGEX_ENABLED
|
|
||||||
|
|
||||||
const int ERROR_CODE = 77;
|
const int ERROR_CODE = 77;
|
||||||
|
|
||||||
|
#include "modules/modules_enabled.gen.h" // For regex.
|
||||||
|
|
||||||
|
#ifdef MODULE_REGEX_ENABLED
|
||||||
|
|
||||||
#include "modules/regex/regex.h"
|
#include "modules/regex/regex.h"
|
||||||
|
|
||||||
#include "core/io/dir_access.h"
|
#include "core/io/dir_access.h"
|
||||||
|
|
|
||||||
|
|
@ -29,9 +29,10 @@
|
||||||
/**************************************************************************/
|
/**************************************************************************/
|
||||||
|
|
||||||
#ifndef PROJECT_CONVERTER_3_TO_4_H
|
#ifndef PROJECT_CONVERTER_3_TO_4_H
|
||||||
#ifndef DISABLE_DEPRECATED
|
|
||||||
#define PROJECT_CONVERTER_3_TO_4_H
|
#define PROJECT_CONVERTER_3_TO_4_H
|
||||||
|
|
||||||
|
#ifndef DISABLE_DEPRECATED
|
||||||
|
|
||||||
#include "core/io/file_access.h"
|
#include "core/io/file_access.h"
|
||||||
#include "core/object/ref_counted.h"
|
#include "core/object/ref_counted.h"
|
||||||
#include "core/string/ustring.h"
|
#include "core/string/ustring.h"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue