Some machinations on a config structure as well as a restructure on how

I do logging.
This commit is contained in:
MitchellHansen
2017-09-23 01:06:20 -07:00
parent 2f1adca75d
commit 86f1622090
14 changed files with 1490 additions and 398 deletions

View File

@@ -14,6 +14,7 @@
class Map {
public:
// Currently takes a
Map(uint32_t dimensions);
// Sets a voxel in the 3D char dataset
@@ -41,6 +42,8 @@ public:
private:
bool test_oct_arr_traversal(sf::Vector3i dimensions);
// ======= DEBUG ===========
int counter = 0;
std::stringstream output_stream;