2 커밋 34aa51e486 ... f493b7bfbc

작성자 SHA1 메시지 날짜
  GeorgeKolog f493b7bfbc 1 6 년 전
  GeorgeKolog 53468d52be Last Cell commit 6 년 전
3개의 변경된 파일2개의 추가작업 그리고 3개의 파일을 삭제
  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>