1
0
Fork 0
mirror of https://github.com/AquariaOSE/Aquaria.git synced 2025-10-18 20:39:27 +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

@ -31,7 +31,7 @@
//#define GL_GLEXT_PROTOTYPES
//#include <GL/glpng.h>
#include "../glpng.h"
#include "GL/glpng.h"
#include <GL/gl.h>
#include <GL/glext.h>
#include <stdlib.h>