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>