diff options
| author | Juan Linietsky | 2017-02-12 22:52:02 -0300 |
|---|---|---|
| committer | Juan Linietsky | 2017-02-12 23:13:14 -0300 |
| commit | ebb7d2cdb7c5cd755f0b4b69db934df9cc15b1d6 (patch) | |
| tree | 54834d4b17f9ec1c164ea213e5343104d37308b6 /core/io/export_data.cpp | |
| parent | 6abe141579742a0a84234bc71257d7b037511f36 (diff) | |
| download | godot-ebb7d2cdb7c5cd755f0b4b69db934df9cc15b1d6.tar.gz godot-ebb7d2cdb7c5cd755f0b4b69db934df9cc15b1d6.tar.zst godot-ebb7d2cdb7c5cd755f0b4b69db934df9cc15b1d6.zip | |
-WIP Exporter to Godot 3.0, only text scenes (no .scn) and still kind of buggy
Diffstat (limited to '')
| -rw-r--r-- | core/io/export_data.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
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" + |
