Mario: initial commit
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
#ifndef MAPLOADER_H
|
||||
#define MAPLOADER_H
|
||||
|
||||
#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);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user