]> git.tdb.fi Git - libs/gl.git/blobdiff - source/resources.cpp
Add loaders for Lighting and Light
[libs/gl.git] / source / resources.cpp
index 2637b12b94f6e182976cf5081dc1442998cc88cc..b25c346a11ec7882511ee4cee68c0286c28be0ca 100644 (file)
@@ -4,6 +4,7 @@
 #include "armature.h"
 #include "font.h"
 #include "keyframe.h"
+#include "lighting.h"
 #include "material.h"
 #include "mesh.h"
 #include "object.h"
@@ -34,6 +35,7 @@ Resources::Resources():
        add_type<Armature>().suffix(".arma").keyword("armature");
        add_type<Font>().keyword("font");
        add_type<KeyFrame>().suffix(".kframe").keyword("keyframe");
+       add_type<Lighting>().suffix(".lightn").keyword("lighting");
        add_type<Material>().suffix(".mat").keyword("material");
        add_type<Mesh>().keyword("mesh").creator(&Resources::create_mesh);
        add_type<Object>().keyword("object");