GeorgeKolog 6 år sedan
förälder
incheckning
34aa51e486
1 ändrade filer med 2 tillägg och 2 borttagningar
  1. 2 2
      source/Cell.cpp

+ 2 - 2
source/Cell.cpp

@@ -8,8 +8,8 @@
 //#include "../include/units/unit.h"
 class Unit{
 public:
-    bool canMoveForDistance(int);
-    bool canAttackForDistance(std::string, int);
+    bool canMoveForDistance(int){return false;}
+    bool canAttackForDistance(std::string, int){return false;}
 };
 #include <queue>
 #include <vector>