mirror of
https://github.com/libretro/RetroArch
synced 2025-04-01 04:20:27 +00:00
add missing extern "C" guard.
This commit is contained in:
parent
f73c3af445
commit
c04573233c
@ -34,6 +34,8 @@
|
|||||||
#include "../video_context_driver.h"
|
#include "../video_context_driver.h"
|
||||||
#include "../drivers/gl_symlinks.h"
|
#include "../drivers/gl_symlinks.h"
|
||||||
|
|
||||||
|
RETRO_BEGIN_DECLS
|
||||||
|
|
||||||
typedef struct gl
|
typedef struct gl
|
||||||
{
|
{
|
||||||
int version_major;
|
int version_major;
|
||||||
@ -187,4 +189,6 @@ void gl_load_texture_image(GLenum target,
|
|||||||
GLenum type,
|
GLenum type,
|
||||||
const GLvoid * data);
|
const GLvoid * data);
|
||||||
|
|
||||||
|
RETRO_END_DECLS
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user