X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fresources.cpp;h=b25c346a11ec7882511ee4cee68c0286c28be0ca;hb=e6bd08e977f3138bfcfa3a1b6cc45201c383e016;hp=2637b12b94f6e182976cf5081dc1442998cc88cc;hpb=fa658c8500fb0c368a8299bd1210688640b50352;p=libs%2Fgl.git diff --git a/source/resources.cpp b/source/resources.cpp index 2637b12b..b25c346a 100644 --- a/source/resources.cpp +++ b/source/resources.cpp @@ -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().suffix(".arma").keyword("armature"); add_type().keyword("font"); add_type().suffix(".kframe").keyword("keyframe"); + add_type().suffix(".lightn").keyword("lighting"); add_type().suffix(".mat").keyword("material"); add_type().keyword("mesh").creator(&Resources::create_mesh); add_type().keyword("object");