You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-08 12:40:44 +00:00
Removed import/export system, will start new one from scratch.
This commit is contained in:
@@ -65,7 +65,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
*************************************************************************/
|
||||
|
||||
|
||||
#if 0
|
||||
#include "version.h"
|
||||
#include "export.h"
|
||||
#include "object.h"
|
||||
@@ -2390,3 +2390,4 @@ void register_uwp_exporter() {
|
||||
Ref<EditorExportPlatformUWP> exporter = Ref<EditorExportPlatformUWP>(memnew(EditorExportPlatformUWP));
|
||||
EditorImportExport::get_singleton()->add_export_platform(exporter);
|
||||
}
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user