mirror of https://github.com/axmolengine/axmol.git
73 lines
370 B
C++
73 lines
370 B
C++
#include "base/ccConfig.h"
|
|
#if CC_USE_NAVMESH
|
|
#ifndef __cocos2dx_navmesh_h__
|
|
#define __cocos2dx_navmesh_h__
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
#include "tolua++.h"
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
|
|
int register_all_cocos2dx_navmesh(lua_State* tolua_S);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#endif // __cocos2dx_navmesh_h__
|
|
#endif //#if CC_USE_NAVMESH
|