GeorgeKolog há 6 anos atrás
pai
commit
34aa51e486
1 ficheiros alterados com 2 adições e 2 exclusões
  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>