summaryrefslogtreecommitdiffstats
path: root/sdl/platform.h
blob: 8be6052382f4a59dc751a539a76ae845130c029d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#ifndef _PLATFORM_H_
#define _PLATFORM_H_

extern GLfloat fNoLight[];
extern GLfloat fLowLight[];
extern GLfloat fBrightLight[];

extern GLfloat whiteLight[];
extern GLfloat sourceLight[];
extern GLfloat lightPos[];

/* function prototypes */
void setup_opengl(void);
SDL_Surface *setup_sdl_video(int, int, int, unsigned int);
void setup_sdl(void);
void setup_glew(void);

#endif