]> git.jsancho.org Git - lugaru.git/blobdiff - Source/TGALoader.h
Remove some extra declarations of "channels"
[lugaru.git] / Source / TGALoader.h
index 82501be5f4cb081c5a1e66258fc853d8bdec24c9..7b54de8e18a0abaecc7e9345ac31882ba85857f1 100644 (file)
@@ -36,7 +36,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 #define Polygon WinPolygon
 #include <windows.h>
 #undef Polygon
-#include <gl/gl.h>
+#include "GL/gl.h"
 #else
 #include "gamegl.h"
 //     #include "MoreFilesX.h"
@@ -56,9 +56,5 @@ typedef struct TGAImageRec
 
 bool upload_image(const unsigned char* filePath, bool hasalpha);
 
-/**> FUNCTION PROTOTYPES <**/
-TGAImageRec*   LoadTGA( char *filename );
-
-
 #endif