Water body and general refactoring

Begining of pathfinding implementation
This commit is contained in:
devZoGok
2022-08-27 11:42:02 +03:00
parent 2744f2ef15
commit 5d4803b083
10 changed files with 60 additions and 28 deletions
-3
View File
@@ -41,9 +41,6 @@ namespace battleship{
CPPUNIT_ASSERT(sumPathWeights == 9);
}
void PathfinderTest::testGenerateWeights(){
}
void PathfinderTest::setUp(){
pathfinder = Pathfinder::getSingleton();
}