mirror of
https://github.com/u0u0/Cocos2d-Lua-Community.git
synced 2026-05-15 03:34:57 +08:00
62 lines
314 B
C++
62 lines
314 B
C++
#include "base/ccConfig.h"
|
|
#ifndef __cocos2dx_backend_h__
|
|
#define __cocos2dx_backend_h__
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
#include "tolua++.h"
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
|
|
int register_all_cocos2dx_backend(lua_State* tolua_S);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#endif // __cocos2dx_backend_h__
|