Preparation for different types of terrain
This commit is contained in:
+1
-1
@@ -4,6 +4,6 @@
|
||||
#include "../sdlpp/sdlpp_scene.hpp"
|
||||
#include "../sdlpp/sdlpp_rectrenderer.hpp"
|
||||
|
||||
void loadMap(std::shared_ptr<SDLPP::Scene> &scene, std::shared_ptr<SDLPP::RectangleRender> &mario, const std::string &file, std::shared_ptr<SDLPP::Renderer> &renderer);
|
||||
void loadMap(std::shared_ptr<SDLPP::Scene> &scene, std::shared_ptr<SDLPP::RectangleRender> mario, const std::string &file, std::shared_ptr<SDLPP::Renderer> &renderer);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user