edited destructionLayer, changed includes

This commit is contained in:
Raphael Maenle
2017-12-20 23:01:04 +01:00
parent e641199ce4
commit 37eed7ef88
7 changed files with 27 additions and 25 deletions

View File

@ -1,9 +1,7 @@
#ifndef SOURCE_PART_H
#define SOURCE_PART_H
#include <stdint.h>
#include "../functions/AbstractionLayers/Layer1/AbstractionLayer_1_Properties.h"
#include "../functions/AbstractionLayers/DestructionPower/DestructionPower_Properties.h"
class AbstractionLayer_1_Properties;
class DestructionPower_Properties;
class Part
{
public:
@ -37,5 +35,3 @@ private:
int32_t m_partID;
uint8_t m_numOfRotations;
};
#endif //SOURCE_PART_H

View File

@ -3,7 +3,6 @@
#include <vector>
#include <iostream>
#include "input.h"
#include <opencv2/highgui/highgui.hpp>
#include <opencv2/imgproc/imgproc.hpp>