Mario: formatting
This commit is contained in:
+9
-9
@@ -5,15 +5,15 @@
|
||||
#include "../sdlpp/sdlpp_rectrenderer.hpp"
|
||||
#include "mapobject.hpp"
|
||||
|
||||
typedef std::array< MapObject, 16 > mapColumnType;
|
||||
typedef std::array<MapObject, 16> mapColumnType;
|
||||
|
||||
void loadMap( std::shared_ptr< SDLPP::Scene > &scene,
|
||||
std::shared_ptr< SDLPP::RenderObject > mario,
|
||||
const std::string &file );
|
||||
void loadMap( std::shared_ptr< SDLPP::Scene > &scene,
|
||||
std::shared_ptr< SDLPP::RenderObject > &mario,
|
||||
const std::string &file,
|
||||
std::vector< mapColumnType > &objects, bool editor = false, size_t editor_width = 0 );
|
||||
void saveMap( const std::string &file, std::vector< mapColumnType > &objects );
|
||||
void loadMap(std::shared_ptr<SDLPP::Scene> &scene,
|
||||
std::shared_ptr<SDLPP::RenderObject> mario,
|
||||
const std::string &file);
|
||||
void loadMap(std::shared_ptr<SDLPP::Scene> &scene,
|
||||
std::shared_ptr<SDLPP::RenderObject> &mario,
|
||||
const std::string &file, std::vector<mapColumnType> &objects,
|
||||
bool editor = false, size_t editor_width = 0);
|
||||
void saveMap(const std::string &file, std::vector<mapColumnType> &objects);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user