2 Commits 34aa51e486 ... f493b7bfbc

Tác giả SHA1 Thông báo Ngày
  GeorgeKolog f493b7bfbc 1 6 năm trước cách đây
  GeorgeKolog 53468d52be Last Cell commit 6 năm trước cách đây
3 tập tin đã thay đổi với 2 bổ sung3 xóa
  1. 1 1
      include/units/unit.h
  2. 0 2
      source/Cell.cpp
  3. 1 0
      source/units/unit.cpp

+ 1 - 1
include/units/unit.h

@@ -1,6 +1,6 @@
 #pragma once
 
-#include "../include/abstractfactory.h"
+#include "abstractfactory.h"
 #include <QObject>
 #include <QString>
 #include <QImage>

+ 0 - 2
source/Cell.cpp

@@ -333,5 +333,3 @@ Cell* Cell::getRealShootTarget(Cell* next){
 		return getright();
 	}
 }
-
-int main(){}

+ 1 - 0
source/units/unit.cpp

@@ -1,5 +1,6 @@
 #include "abstractfactory.h"
 #include "units/unit.h"
+#include "../include/Cell.h"
 
 #include <iostream>
 #include <algorithm>