2012-08-25 15:05:59 +08:00
|
|
|
#ifndef __LUACOCOS2D_H_
|
|
|
|
#define __LUACOCOS2D_H_
|
2012-02-01 16:55:46 +08:00
|
|
|
|
2013-05-24 11:42:27 +08:00
|
|
|
#ifdef __cplusplus
|
2012-08-25 15:05:59 +08:00
|
|
|
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
|
2012-08-25 15:05:59 +08:00
|
|
|
}
|
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
|
|
|
|
2012-08-25 15:05:59 +08:00
|
|
|
#endif // __LUACOCOS2D_H_
|