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

67 lines
277 B
C++
Raw Normal View History

2023-06-11 15:07:31 +08:00
#include "base/Config.h"
2022-07-16 10:43:05 +08:00
#if AX_USE_NAVMESH
#ifndef __ax_navmesh_h__
#define __ax_navmesh_h__
2019-11-23 20:27:39 +08:00
#include "tolua++.h"
int register_all_ax_navmesh(lua_State* tolua_S);
2019-11-23 20:27:39 +08:00
#endif // __ax_navmesh_h__
2022-07-16 10:43:05 +08:00
#endif //#if AX_USE_NAVMESH