Minor fixes
This commit is contained in:
parent
8ee28fdaac
commit
03694d85bf
@ -17,7 +17,7 @@
|
|||||||
__BEGIN_DECLS
|
__BEGIN_DECLS
|
||||||
|
|
||||||
#ifndef BUILD_LIBGL
|
#ifndef BUILD_LIBGL
|
||||||
#include <GL/gl.h>
|
#include <gl.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define GLU_FALSE 0
|
#define GLU_FALSE 0
|
||||||
|
|||||||
@ -9,10 +9,10 @@
|
|||||||
|
|
||||||
#include <kos.h>
|
#include <kos.h>
|
||||||
|
|
||||||
#include "gl.h"
|
#include "../include/gl.h"
|
||||||
#include "glu.h"
|
#include "../include/glu.h"
|
||||||
#include "glkos.h"
|
#include "../include/glkos.h"
|
||||||
#include "glext.h"
|
#include "../include/glext.h"
|
||||||
|
|
||||||
#define PVR_HDR_SIZE 0x20
|
#define PVR_HDR_SIZE 0x20
|
||||||
#define MAX(x, y) ((x > y) ? x : y)
|
#define MAX(x, y) ((x > y) ? x : y)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user