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 /include | |
| parent | 4a72f3da8cbcd6693d58b6308d780cfa06aa9172 (diff) | |
Adding the proper extern Cs
Diffstat (limited to 'include')
| -rw-r--r-- | include/LuaGL.h | 2 |
1 files changed, 2 insertions, 0 deletions
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 <Exceptions.h> #include <BLua.h> +extern "C" { #include <lualib.h> +} int luaopen_opengl(Lua *L); |
