Added forward declarations to avoid ring compiler errors

This commit is contained in:
TabDragon
2017-12-20 22:58:00 +01:00
parent e641199ce4
commit 60e57b9ae0
8 changed files with 8 additions and 10 deletions

View File

@ -4,6 +4,7 @@
#include <stdint.h>
#include "../functions/AbstractionLayers/Layer1/AbstractionLayer_1_Properties.h"
#include "../functions/AbstractionLayers/DestructionPower/DestructionPower_Properties.h"
class Part
{
public:

View File

@ -3,10 +3,11 @@
#include <vector>
#include <iostream>
#include "input.h"
#include <opencv2/highgui/highgui.hpp>
#include <opencv2/imgproc/imgproc.hpp>
class Part;
using namespace std;
class coor