diff options
author | Pixel <pixel@nobis-crew.org> | 2009-11-11 04:46:58 +0100 |
---|---|---|
committer | Pixel <pixel@nobis-crew.org> | 2009-11-11 04:46:58 +0100 |
commit | 26c5c6c8511c45cb6894c459ce3bc8317ec89349 (patch) | |
tree | 1b692d69a675735cb643711bda529b7c21b3d5e7 /lib | |
parent | 4a72f3da8cbcd6693d58b6308d780cfa06aa9172 (diff) |
Adding the proper extern Cs
Diffstat (limited to 'lib')
-rw-r--r-- | lib/LuaGL.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/LuaGL.cc b/lib/LuaGL.cc index 375be99..668ff57 100644 --- a/lib/LuaGL.cc +++ b/lib/LuaGL.cc @@ -18,7 +18,9 @@ #include <GL/gl.h> #include <GL/glu.h> +extern "C" { #include <lauxlib.h> +} #define BUILDING_LUAGL_DLL |