working on a little maze generator for the demo
This commit is contained in:
@@ -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();
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user