GeorgeKolog 6 년 전
부모
커밋
f493b7bfbc
2개의 변경된 파일1개의 추가작업 그리고 3개의 파일을 삭제
  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(){}