9b282e83ca
rgb values stored as double in the piece base class. this is bound to change once other group has expanded piece base class.
15 lines
247 B
C++
Executable File
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"
|