1
0
mirror of git://projects.qi-hardware.com/gmenu2x.git synced 2025-04-21 12:27:27 +03:00

Isolate all PNG loading in a separate source/header.

This is in preparation of replacing SDL_image with direct use of libpng.
This commit is contained in:
Maarten ter Huurne
2011-03-30 03:21:31 +02:00
parent c22cc4d663
commit e6be835038
7 changed files with 34 additions and 11 deletions

View File

@@ -23,6 +23,8 @@
#include "utilities.h"
#include "debug.h"
#include <iostream>
using std::endl;
using std::string;