mirror of
https://github.com/libretro/RetroArch.git
synced 2025-02-02 23:14:34 +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 "../drivers/gl_symlinks.h"
|
||||
|
||||
RETRO_BEGIN_DECLS
|
||||
|
||||
typedef struct gl
|
||||
{
|
||||
int version_major;
|
||||
@ -187,4 +189,6 @@ void gl_load_texture_image(GLenum target,
|
||||
GLenum type,
|
||||
const GLvoid * data);
|
||||
|
||||
RETRO_END_DECLS
|
||||
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user