Fixed video compile(?)

This commit is contained in:
Nathan Heisey 2011-07-13 09:37:00 +00:00
parent 9a7e7f87f9
commit 63c52052ea
5 changed files with 120 additions and 19 deletions

View file

@ -21,7 +21,21 @@
#ifndef SDL_BOPENGL_H
#define SDL_BOPENGL_H
#ifdef __cplusplus
extern "C" {
#endif
#include "../SDL_sysvideo.h"
extern int BE_GL_LoadLibrary(_THIS, const char *path);
extern void *BE_GL_GetProcAddress(_THIS, const char *proc);
extern int BE_GL_MakeCurrent(_THIS);
#ifdef __cplusplus
}
#endif
#endif