Mario: initial commit

This commit is contained in:
2021-04-25 22:42:55 +02:00
parent 7206dbf7c3
commit 19e66bf34a
14 changed files with 601 additions and 0 deletions
+9
View File
@@ -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