OpenGTA/common_sdl_gl.h
Anonymous Maarten 78c27f03c8 2006-12-10
2015-12-03 01:37:02 +01:00

18 lines
361 B
C

#ifndef SDL_GL_COMMON_FUNCS_H
#define SDL_GL_COMMON_FUNCS_H
#include <SDL.h>
int resize(int w, int h);
void initVideo(int w, int h, int bpp);
void initGL();
//void ERROR(const char* s);
//SDL_Surface* createRGBSurface(int w, int h);
//SDL_Surface* createRGBASurface(int w, int h);
extern int videoFlags;
extern int global_Done;
extern int global_EC;
#endif