axmol/extensions/scripting/lua-bindings/auto/lua_axis_navmesh_auto.hpp

67 lines
287 B
C++
Raw Normal View History

#include "base/ccConfig.h"
#if CC_USE_NAVMESH
2022-07-12 21:31:54 +08:00
#ifndef __axis_navmesh_h__
#define __axis_navmesh_h__
#include "tolua++.h"
2022-07-12 21:31:54 +08:00
int register_all_axis_navmesh(lua_State* tolua_S);
2022-07-12 21:31:54 +08:00
#endif // __axis_navmesh_h__
#endif //#if CC_USE_NAVMESH