From 26c5c6c8511c45cb6894c459ce3bc8317ec89349 Mon Sep 17 00:00:00 2001 From: Pixel Date: Wed, 11 Nov 2009 04:46:58 +0100 Subject: Adding the proper extern Cs --- include/LuaGL.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/LuaGL.h') diff --git a/include/LuaGL.h b/include/LuaGL.h index d6e22c5..52cf3ef 100644 --- a/include/LuaGL.h +++ b/include/LuaGL.h @@ -28,7 +28,9 @@ #include #include +extern "C" { #include +} int luaopen_opengl(Lua *L); -- cgit v1.2.3