mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-27 18: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 "../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…
Reference in New Issue
Block a user