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