]> git.jsancho.org Git - lugaru.git/blobdiff - Source/Utils/ImageIO.hpp
Update copyright year to 2017
[lugaru.git] / Source / Utils / ImageIO.hpp
index 6b43badd5dfea3ca38c99fdc124a62cb8c0b91df..6b420ddcc98c84527cb9afef8185d1e59a53fd71 100644 (file)
@@ -1,6 +1,6 @@
 /*
 Copyright (C) 2003, 2010 - Wolfire Games
-Copyright (C) 2010-2016 - Lugaru contributors (see AUTHORS file)
+Copyright (C) 2010-2017 - Lugaru contributors (see AUTHORS file)
 
 This file is part of Lugaru.
 
@@ -25,9 +25,9 @@ along with Lugaru.  If not, see <http://www.gnu.org/licenses/>.
 #pragma once
 #endif
 
-#include <stdio.h>
-#include <stdlib.h>
-#include <string.h>
+#include <cstdio>
+#include <cstdlib>
+#include <cstring>
 
 #ifdef WIN32
 #define WIN32_LEAN_AND_MEAN