added dp to puzzle

This commit is contained in:
Raphael Maenle
2017-12-22 23:09:23 +01:00
parent 6f57b382cb
commit ae9e4633d6
4 changed files with 5 additions and 6 deletions

View File

@ -50,7 +50,7 @@ public:
coor getSizeAsCoor()
{return {cols,rows};}
DestructionPower* dp;
DestructionPower dp;
AbstractionLayer_1 a1;
void removeConstrains(coor removeCoordinates);