mirror of https://github.com/axmolengine/axmol.git
22 lines
519 B
C++
22 lines
519 B
C++
#ifndef COCOS2DX_SCRIPT_LUA_COCOS2DX_SUPPORT_GENERATED_LUA_COCOS2DX_PHYSICS_MANUAL_H
|
|
#define COCOS2DX_SCRIPT_LUA_COCOS2DX_SUPPORT_GENERATED_LUA_COCOS2DX_PHYSICS_MANUAL_H
|
|
|
|
#if CC_USE_PHYSICS
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
#include "tolua++.h"
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
|
|
#include "cocos2d.h"
|
|
#include "LuaScriptHandlerMgr.h"
|
|
|
|
int register_all_cocos2dx_physics_manual(lua_State* tolua_S);
|
|
|
|
#endif // CC_USE_PHYSICS
|
|
|
|
#endif // #ifndef COCOS2DX_SCRIPT_LUA_COCOS2DX_SUPPORT_GENERATED_LUA_COCOS2DX_PHYSICS_MANUAL_H
|