]> git.jsancho.org Git - lugaru.git/blobdiff - Source/Utils/ImageIO.cpp
Rename all C++ headers with .hpp extension
[lugaru.git] / Source / Utils / ImageIO.cpp
index 7a405fcca7034c2a25c4db2e23562ba0179cd51c..778492c93fef8f3033e97d184a5f7ebdef7137d3 100644 (file)
@@ -18,17 +18,16 @@ You should have received a copy of the GNU General Public License
 along with Lugaru.  If not, see <http://www.gnu.org/licenses/>.
 */
 
-/**> HEADER FILES <**/
+#include "Utils/ImageIO.hpp"
+
+#include "Game.hpp"
+#include "Utils/Folders.hpp"
 
-#include <stdio.h>
 #include <jpeglib.h>
 #include <png.h>
+#include <stdio.h>
 #include <zlib.h>
 
-#include "Game.h"
-#include "Utils/ImageIO.h"
-#include "Utils/Folders.h"
-
 extern bool visibleloading;
 
 /* These two are needed for screenshot */