Moved DC include into #ifdef to fix x86 build.
This commit is contained in:
parent
56f5b24d85
commit
d2eb58d7e8
@ -8,13 +8,12 @@
|
|||||||
(c)2000 Jeff Molofee
|
(c)2000 Jeff Molofee
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <kos.h>
|
|
||||||
|
|
||||||
#include <GL/glkos.h>
|
#include <GL/glkos.h>
|
||||||
#include <GL/gl.h>
|
#include <GL/gl.h>
|
||||||
#include <GL/glu.h>
|
#include <GL/glu.h>
|
||||||
|
|
||||||
#ifdef __DREAMCAST__
|
#ifdef __DREAMCAST__
|
||||||
|
#include <kos.h>
|
||||||
extern uint8 romdisk[];
|
extern uint8 romdisk[];
|
||||||
KOS_INIT_ROMDISK(romdisk);
|
KOS_INIT_ROMDISK(romdisk);
|
||||||
#define IMG_PATH "/rd/glass.pvr"
|
#define IMG_PATH "/rd/glass.pvr"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user