12 lines
354 B
C++
12 lines
354 B
C++
|
//
|
||
|
// Created by Raphael Maenle on 21/12/2017.
|
||
|
//
|
||
|
|
||
|
#include "../../header/solve.h"
|
||
|
|
||
|
|
||
|
void Puzzle::printPuzzle() {}
|
||
|
void Puzzle::putIntoBox() {}//puts a puzzlepiece back into its box
|
||
|
void Puzzle::shuffle() {}//shuffles the existing box in Puzzle
|
||
|
void Puzzle::removeConstrains(coor removeCoordinates) {}//deletes all constraints from all abstractionlayers
|