Starting to condense the rendering and switching between the different

methods
This commit is contained in:
MitchellHansen
2016-10-29 23:55:58 -07:00
parent ef4c001bf2
commit 51093beaca
3 changed files with 7 additions and 5 deletions

View File

@@ -18,6 +18,7 @@ public:
Old_Map(sf::Vector3i dim);
~Old_Map();
void generate_from_data(char* dat, int len);
void generate_terrain();
sf::Vector3i getDimensions();