Lots of work done moving the various raycasting implementations over to a

consolidated RayCaster class.
This commit is contained in:
MitchellHansen
2016-11-02 00:09:32 -07:00
parent 45627e6a85
commit 518cc757a3
9 changed files with 874 additions and 23 deletions

View File

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