@@ -1,6 +1,6 @@
#pragma once
-#include "../include/abstractfactory.h"
+#include "abstractfactory.h"
#include <QObject>
#include <QString>
#include <QImage>
@@ -333,5 +333,3 @@ Cell* Cell::getRealShootTarget(Cell* next){
return getright();
}
-
-int main(){}
@@ -1,5 +1,6 @@
#include "abstractfactory.h"
#include "units/unit.h"
+#include "../include/Cell.h"
#include <iostream>
#include <algorithm>