]> git.tdb.fi Git - libs/gl.git/blobdiff - source/resources.cpp
Add a loader to Camera
[libs/gl.git] / source / resources.cpp
index c34139b25e139e1b53e588c732715afc30a7ce62..c8e61ef8286d0b54c5364286d622985b0ed308f8 100644 (file)
@@ -2,6 +2,7 @@
 #include <msp/fs/utils.h>
 #include "animation.h"
 #include "armature.h"
+#include "camera.h"
 #include "font.h"
 #include "keyframe.h"
 #include "lighting.h"
@@ -34,6 +35,7 @@ Resources::Resources():
 {
        add_type<Animation>().suffix(".anim").keyword("animation");
        add_type<Armature>().suffix(".arma").keyword("armature");
+       add_type<Camera>().keyword("camera");
        add_type<Font>().keyword("font");
        add_type<KeyFrame>().suffix(".kframe").keyword("keyframe");
        add_type<Lighting>().suffix(".lightn").keyword("lighting");