Added forward declarations to avoid ring compiler errors
This commit is contained in:
@ -4,7 +4,6 @@
|
||||
#include <map>
|
||||
#include <vector>
|
||||
#include "../../header/solve.h"
|
||||
#include "../../header/input.h"
|
||||
|
||||
using namespace std;
|
||||
|
||||
|
@ -15,7 +15,7 @@
|
||||
#include <bitset>
|
||||
#include <random>
|
||||
|
||||
class DestructionPower : public AbstraktionLayer_Base <DestructionPower_Properties>
|
||||
class DestructionPower : public AbstraktionLayer_Base<DestructionPower_Properties>
|
||||
{
|
||||
public:
|
||||
void PreProcessing(const vector<Part*>* partArray);//override
|
||||
|
@ -5,8 +5,6 @@
|
||||
#ifndef SOURCE_DESTRUCTIONPOWER_PROPERTIES_H
|
||||
#define SOURCE_DESTRUCTIONPOWER_PROPERTIES_H
|
||||
|
||||
|
||||
|
||||
#include <stdint.h>
|
||||
#include "DestructionPower.h"
|
||||
|
||||
@ -32,4 +30,4 @@ private:
|
||||
};
|
||||
|
||||
|
||||
#endif //SOURCE_ABSTRACTIONLAYER_1_PROPERTIES_H
|
||||
#endif //SOURCE_DESTRUCTIONPOWER_PROPERTIES_H
|
||||
|
Reference in New Issue
Block a user