issue #2277: Add OpenGL lua binding

This commit is contained in:
samuele3hu 2013-06-17 14:19:00 +08:00
parent 92ce25371a
commit 26f1bd5171
3 changed files with 17 additions and 1 deletions

View File

@ -1 +1 @@
393bddc01d5ea9a3d98e1d0c03c902424d05346e
da31505b1daa8313b3e96c8e7d6113631d12f5f5

View File

@ -0,0 +1 @@
5f7a7be1a869fb3302b56d48463bdb61a06550f7

View File

@ -0,0 +1,15 @@
#ifndef __LUA_OPENGL_H__
#define __LUA_OPENGL_H__
#ifdef __cplusplus
extern "C" {
#endif
#include "tolua++.h"
#ifdef __cplusplus
}
#endif
TOLUA_API int tolua_opengl_open(lua_State* tolua_S);
#endif //__LUA_OPENGL_H__