add missing extern "C" guard.

This commit is contained in:
aliaspider 2017-04-11 18:54:26 +01:00
parent f73c3af445
commit c04573233c

View File

@ -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