axmol/scripting/lua/cocos2dx_support/LuaCocos2d.h

15 lines
219 B
C
Raw Normal View History

#ifndef __LUACOCOS2D_H_
#define __LUACOCOS2D_H_
2012-02-01 16:55:46 +08:00
2013-05-24 11:42:27 +08:00
#ifdef __cplusplus
extern "C" {
2013-05-24 11:42:27 +08:00
#endif
2012-02-01 16:55:46 +08:00
#include "tolua++.h"
2013-05-24 11:42:27 +08:00
#ifdef __cplusplus
}
2013-05-24 11:42:27 +08:00
#endif
2012-02-01 16:55:46 +08:00
2012-08-28 15:54:19 +08:00
TOLUA_API int tolua_Cocos2d_open(lua_State* tolua_S);
2012-02-01 16:55:46 +08:00
#endif // __LUACOCOS2D_H_