1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-18 14:21:41 +00:00

Move DocData and Collada out of their subfolders

Now that the unused DocDump was removed, the `editor/doc` subfolder is
redundant.

Similarly, there's no reason for Collada to have a subfolder for itself
when glTF or OBJ don't.
This commit is contained in:
Rémi Verschelde
2020-03-24 09:54:49 +01:00
parent 9d24541597
commit cfd84625f0
12 changed files with 7 additions and 19 deletions

View File

@@ -33,7 +33,7 @@
#include "core/class_db.h"
#include "core/list.h"
#include "editor/doc/doc_data.h"
#include "editor/doc_data.h"
namespace lsp {