Fixed video compile(?)
This commit is contained in:
parent
9a7e7f87f9
commit
63c52052ea
5 changed files with 120 additions and 19 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue