2014-07-10 22:10:03 +08:00
|
|
|
#include "base/ccConfig.h"
|
2014-03-10 14:04:58 +08:00
|
|
|
#ifndef __cocos2dx_spine_h__
|
|
|
|
#define __cocos2dx_spine_h__
|
|
|
|
|
|
|
|
#ifdef __cplusplus
|
|
|
|
extern "C" {
|
|
|
|
#endif
|
|
|
|
#include "tolua++.h"
|
|
|
|
#ifdef __cplusplus
|
|
|
|
}
|
|
|
|
#endif
|
|
|
|
|
|
|
|
int register_all_cocos2dx_spine(lua_State* tolua_S);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2014-10-15 17:33:58 +08:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2014-03-10 14:04:58 +08:00
|
|
|
|
2015-01-14 16:26:14 +08:00
|
|
|
|
|
|
|
|
2014-03-10 14:04:58 +08:00
|
|
|
|
|
|
|
|
2014-06-19 21:00:05 +08:00
|
|
|
|
2014-03-10 14:04:58 +08:00
|
|
|
#endif // __cocos2dx_spine_h__
|