GeorgeKolog 6 năm trước cách đây
mục cha
commit
34aa51e486
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  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>