[3.x] Allow disabling the RegEx module in the editor
This commit is contained in:
@ -31,6 +31,9 @@
|
||||
#ifndef RENAME_DIALOG_H
|
||||
#define RENAME_DIALOG_H
|
||||
|
||||
#include "modules/modules_enabled.gen.h"
|
||||
#ifdef MODULE_REGEX_ENABLED
|
||||
|
||||
#include "scene/gui/check_box.h"
|
||||
#include "scene/gui/dialogs.h"
|
||||
#include "scene/gui/option_button.h"
|
||||
@ -114,4 +117,6 @@ public:
|
||||
~RenameDialog(){};
|
||||
};
|
||||
|
||||
#endif
|
||||
#endif // MODULE_REGEX_ENABLED
|
||||
|
||||
#endif // RENAME_DIALOG_H
|
||||
|
||||
Reference in New Issue
Block a user