]> git.tdb.fi Git - libs/gl.git/blobdiff - source/texture2d.cpp
Blender exporter: Add support for texture coordinates
[libs/gl.git] / source / texture2d.cpp
index e8c18bb8ea5ecf890a44eb513a8c0f2b08551ef4..c6137d73b60f41c0adeb62f5d6547406a64b9cf2 100644 (file)
@@ -1,5 +1,12 @@
+/* $Id$
+
+This file is part of libmspgl
+Copyright © 2007  Mikko Rasa, Mikkosoft Productions
+Distributed under the LGPL
+*/
+
 #include <png.h>
-#include <msp/core/error.h>
+#include "except.h"
 #include "texture2d.h"
 
 using namespace std;