unfinished merge, problems with randomgenerator

random generator in class needs to return a randomized puzzlebox
This commit is contained in:
Raphael Maenle
2017-12-18 22:50:03 +01:00
parent 90e31ddba6
commit 507533531c
3 changed files with 59 additions and 35 deletions

View File

@ -1,5 +1,6 @@
#include <vector>
#include <iostream>
#include "input.h"
#include <opencv2/highgui/highgui.hpp>
#include <opencv2/imgproc/imgproc.hpp>