mirror of
https://github.com/Relintai/mesh_data_resource.git
synced 2024-11-22 10:57:56 +01:00
Fix missing imports.
This commit is contained in:
parent
3fc8fa0ce2
commit
f06da26b6b
@ -22,6 +22,14 @@ SOFTWARE.
|
|||||||
|
|
||||||
#include "editor_import_collada_mdr.h"
|
#include "editor_import_collada_mdr.h"
|
||||||
|
|
||||||
|
#include "scene/resources/box_shape.h"
|
||||||
|
#include "scene/resources/capsule_shape.h"
|
||||||
|
#include "scene/resources/concave_polygon_shape.h"
|
||||||
|
#include "scene/resources/convex_polygon_shape.h"
|
||||||
|
#include "scene/resources/cylinder_shape.h"
|
||||||
|
#include "scene/resources/shape.h"
|
||||||
|
#include "scene/resources/sphere_shape.h"
|
||||||
|
|
||||||
String EditorImportColladaMdr::get_importer_name() const {
|
String EditorImportColladaMdr::get_importer_name() const {
|
||||||
return "collada_mdr";
|
return "collada_mdr";
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user