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

@ -20,8 +20,10 @@
*/
#include "SDL_bopengl.h"
#include "../SDL_sysvideo.h"
#ifdef __cplusplus
extern "C" {
#endif
/* Passing a NULL path means load pointers from the application */
int BE_GL_LoadLibrary(_THIS, const char *path)
@ -193,3 +195,7 @@ int BE_GL_MakeCurrent(_THIS)
SDL_Win->SwapBuffers();
}
#endif
#ifdef __cplusplus
}
#endif