GeorgeKolog 6 rokov pred
rodič
commit
f493b7bfbc
2 zmenil súbory, kde vykonal 1 pridanie a 3 odobranie
  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(){}