axmol/scripting/lua/cocos2dx_support/LuaOpengl.h

16 lines
221 B
C

#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__