1
0
Fork 0
mirror of https://github.com/AquariaOSE/Aquaria.git synced 2025-10-17 20:09:35 +00:00

Add option to use system copy of GLPNG

This commit is contained in:
James Le Cuirot 2017-02-09 20:50:54 +00:00 committed by James Le Cuirot
commit 0dd19f9cb3
No known key found for this signature in database
GPG key ID: 21C632129C6D7DE4
10 changed files with 29 additions and 11 deletions

View file

@ -20,7 +20,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
#include "Texture.h"
#include "Core.h"
#include "../ExternalLibs/glpng.h"
#include <GL/glpng.h>
#include "ByteBuffer.h"
#include "RenderBase.h"
#include <assert.h>