working on a little maze generator for the demo

This commit is contained in:
MitchellHansen
2017-01-24 23:35:41 -08:00
parent a69f7258f4
commit 03a7ee43fd
3 changed files with 163 additions and 38 deletions

View File

@@ -8,6 +8,8 @@
#include <sstream>
#include <string>
#include <iterator>
#include <list>
#include <algorithm>
const double PI = 3.141592653589793238463;
@@ -291,4 +293,5 @@ struct Light {
look_at_center();
};
};
};