mirror of
https://github.com/libretro/RetroArch.git
synced 2025-04-02 10:51:52 -04:00
add missing extern "C" guard.
This commit is contained in:
parent
f73c3af445
commit
c04573233c
1 changed files with 4 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue