edited destructionLayer, changed includes
This commit is contained in:
		@@ -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
 | 
			
		||||
@@ -3,7 +3,6 @@
 | 
			
		||||
 | 
			
		||||
#include <vector>
 | 
			
		||||
#include <iostream>
 | 
			
		||||
#include "input.h"
 | 
			
		||||
#include <opencv2/highgui/highgui.hpp>
 | 
			
		||||
#include <opencv2/imgproc/imgproc.hpp>
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user