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