]> git.jsancho.org Git - lugaru.git/blobdiff - Source/Texture.cpp
Add copyright notice and AUTHORS file for open source contributors
[lugaru.git] / Source / Texture.cpp
index 2d3f2a8360d5e36fe39ee732950cdfac7f86fdc1..e8bcaa9d1274b28a9b18a8e01ec10014856180eb 100644 (file)
@@ -1,5 +1,6 @@
 /*
 Copyright (C) 2003, 2010 - Wolfire Games
+Copyright (C) 2010-2016 - Lugaru contributors (see AUTHORS file)
 
 This file is part of Lugaru.
 
@@ -19,7 +20,7 @@ along with Lugaru.  If not, see <http://www.gnu.org/licenses/>.
 
 #include "gamegl.h"
 #include "Texture.h"
-#include "TGALoader.h"
+#include "ImageIO.h"
 
 using namespace std;