X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Ftexture2d.cpp;h=c6137d73b60f41c0adeb62f5d6547406a64b9cf2;hb=224c40efa231c85b61da772a6f58c067d7b579b3;hp=e8c18bb8ea5ecf890a44eb513a8c0f2b08551ef4;hpb=84bc56b96c21c831104a22e0cbd0f3b72ab5d8c3;p=libs%2Fgl.git diff --git a/source/texture2d.cpp b/source/texture2d.cpp index e8c18bb8..c6137d73 100644 --- a/source/texture2d.cpp +++ b/source/texture2d.cpp @@ -1,5 +1,12 @@ +/* $Id$ + +This file is part of libmspgl +Copyright © 2007 Mikko Rasa, Mikkosoft Productions +Distributed under the LGPL +*/ + #include -#include +#include "except.h" #include "texture2d.h" using namespace std;