summaryrefslogtreecommitdiff
path: root/modules/gltf/structures/gltf_skin.h
diff options
context:
space:
mode:
Diffstat (limited to 'modules/gltf/structures/gltf_skin.h')
-rw-r--r--modules/gltf/structures/gltf_skin.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/gltf/structures/gltf_skin.h b/modules/gltf/structures/gltf_skin.h
index 1127c20a3b..59b6a300ac 100644
--- a/modules/gltf/structures/gltf_skin.h
+++ b/modules/gltf/structures/gltf_skin.h
@@ -106,4 +106,5 @@ public:
Ref<Skin> get_godot_skin();
void set_godot_skin(Ref<Skin> p_godot_skin);
};
+
#endif // GLTF_SKIN_H