From ebb7d2cdb7c5cd755f0b4b69db934df9cc15b1d6 Mon Sep 17 00:00:00 2001 From: Juan Linietsky Date: Sun, 12 Feb 2017 22:52:02 -0300 Subject: -WIP Exporter to Godot 3.0, only text scenes (no .scn) and still kind of buggy --- core/io/export_data.cpp | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 core/io/export_data.cpp (limited to 'core/io/export_data.cpp') diff --git a/core/io/export_data.cpp b/core/io/export_data.cpp new file mode 100644 index 000000000..2495288a7 --- /dev/null +++ b/core/io/export_data.cpp @@ -0,0 +1,2 @@ +#include "export_data.h" + -- cgit v1.2.3-70-g09d2