| 181 | } |
| 182 | |
| 183 | void EditorExportPlugin::_export_begin_script(const Vector<String> &p_features, bool p_debug, const String &p_path, int p_flags) { |
| 184 | GDVIRTUAL_CALL(_export_begin, p_features, p_debug, p_path, p_flags); |
| 185 | } |
| 186 | |
| 187 | void EditorExportPlugin::_export_end_script() { |
| 188 | GDVIRTUAL_CALL(_export_end); |