feat: modules moved and engine moved to submodule
This commit is contained in:
parent
dfb5e645cd
commit
c33d2130cc
5136 changed files with 225275 additions and 64485 deletions
|
|
@ -28,10 +28,8 @@
|
|||
/* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
|
||||
/**************************************************************************/
|
||||
|
||||
#ifndef EDITOR_TRANSLATION_PARSER_H
|
||||
#define EDITOR_TRANSLATION_PARSER_H
|
||||
#pragma once
|
||||
|
||||
#include "core/error/error_list.h"
|
||||
#include "core/object/gdvirtual.gen.inc"
|
||||
#include "core/object/ref_counted.h"
|
||||
#include "core/variant/typed_array.h"
|
||||
|
|
@ -75,8 +73,5 @@ public:
|
|||
void remove_parser(const Ref<EditorTranslationParserPlugin> &p_parser, ParserType p_type);
|
||||
void clean_parsers();
|
||||
|
||||
EditorTranslationParser();
|
||||
~EditorTranslationParser();
|
||||
};
|
||||
|
||||
#endif // EDITOR_TRANSLATION_PARSER_H
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue