|
@@ -28,12 +28,13 @@
|
|
/* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
|
|
/* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
|
|
/*************************************************************************/
|
|
/*************************************************************************/
|
|
|
|
|
|
-#include "a_star.h"
|
|
|
|
-#include "os/os.h"
|
|
|
|
-#include <stdio.h>
|
|
|
|
-
|
|
|
|
#include "test_astar.h"
|
|
#include "test_astar.h"
|
|
|
|
|
|
|
|
+#include "core/math/a_star.h"
|
|
|
|
+#include "core/os/os.h"
|
|
|
|
+
|
|
|
|
+#include <stdio.h>
|
|
|
|
+
|
|
namespace TestAStar {
|
|
namespace TestAStar {
|
|
|
|
|
|
class ABCX : public AStar {
|
|
class ABCX : public AStar {
|