GeorgeKolog преди 6 години
родител
ревизия
34aa51e486
променени са 1 файла, в които са добавени 2 реда и са изтрити 2 реда
  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>