mirror of https://github.com/axmolengine/axmol.git
issue #2277: Add OpenGL lua binding
This commit is contained in:
parent
92ce25371a
commit
26f1bd5171
|
@ -1 +1 @@
|
||||||
393bddc01d5ea9a3d98e1d0c03c902424d05346e
|
da31505b1daa8313b3e96c8e7d6113631d12f5f5
|
|
@ -0,0 +1 @@
|
||||||
|
5f7a7be1a869fb3302b56d48463bdb61a06550f7
|
|
@ -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__
|
Loading…
Reference in New Issue