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

67 lines
287 B
C++
Raw Normal View History

#include "base/ccConfig.h"
2022-07-15 19:17:01 +08:00
#if AX_USE_NAVMESH
2022-08-08 18:02:17 +08:00
#ifndef __axys_navmesh_h__
#define __axys_navmesh_h__
#include "tolua++.h"
2022-08-08 18:02:17 +08:00
int register_all_axys_navmesh(lua_State* tolua_S);
2022-08-08 18:02:17 +08:00
#endif // __axys_navmesh_h__
2022-07-15 19:17:01 +08:00
#endif //#if AX_USE_NAVMESH