added destructionPower as abstractionLayer

This commit is contained in:
Raphael Maenle
2017-12-20 22:05:04 +01:00
parent ce5e007bc7
commit 058a96ab08
7 changed files with 115 additions and 4 deletions

View File

@ -3,7 +3,7 @@
#include <stdint.h>
#include "../functions/AbstractionLayers/Layer1/AbstractionLayer_1_Properties.h"
#include "../functions/AbstractionLayers/DestructionPower/DestructionPower_Properties.h"
class Part
{
public:
@ -31,6 +31,7 @@ public:
}
AbstractionLayer_1_Properties m_test1;
DestructionPower_Properties m_destruction;
private:
int32_t m_partID;