GeorgeKolog 6 năm trước cách đây
mục cha
commit
f493b7bfbc
2 tập tin đã thay đổi với 1 bổ sung3 xóa
  1. 1 1
      include/units/unit.h
  2. 0 2
      source/Cell.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(){}