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

67 lines
287 B
C++

#include "base/ccConfig.h"
#if AX_USE_NAVMESH
#ifndef __axis_navmesh_h__
#define __axis_navmesh_h__
#include "tolua++.h"
int register_all_axis_navmesh(lua_State* tolua_S);
#endif // __axis_navmesh_h__
#endif //#if AX_USE_NAVMESH