Implement GDExtension export plugin.

This commit is contained in:
bruvzg
2022-03-10 09:48:25 +02:00
parent cfd21adf64
commit 98d0af7d5c
13 changed files with 231 additions and 52 deletions

View File

@ -210,7 +210,7 @@ public:
String get_apk_expansion_fullpath(const Ref<EditorExportPreset> &p_preset, const String &p_path);
Error save_apk_expansion_file(const Ref<EditorExportPreset> &p_preset, const String &p_path);
Error save_apk_expansion_file(const Ref<EditorExportPreset> &p_preset, bool p_debug, const String &p_path);
void get_command_line_flags(const Ref<EditorExportPreset> &p_preset, const String &p_path, int p_flags, Vector<uint8_t> &r_command_line_flags);