PuzzleSolver/Source/header.h
Raphael Maenle 9b282e83ca generating "Random" Pieces from picture source now
rgb values stored as double in the piece base class. this is bound to change once other group has expanded piece base class.
2017-12-06 16:25:13 +01:00

15 lines
247 B
C++
Executable File

#include <iostream>
#include <bitset>
#include <cstdlib>
#include <time.h>
#include <vector>
#include <algorithm>
#define MAX_ABSTRAX 1
#define structdebug
using namespace std;
#include "header/input.h"
#include "header/solve.h"