Mario: formatting
This commit is contained in:
@@ -3,9 +3,9 @@
|
||||
|
||||
#include "../blocks.hpp"
|
||||
|
||||
std::shared_ptr< SDLPP::Visitor >
|
||||
getVisitor( const MarioBlock &block, SDLPP::Scene &scene, bool &quit,
|
||||
int &coin_count,
|
||||
std::vector< std::shared_ptr< MarioBlock > > &moving_objects );
|
||||
std::shared_ptr<SDLPP::Visitor>
|
||||
getVisitor(const MarioBlock &block, SDLPP::Scene &scene, bool &quit,
|
||||
int &coin_count,
|
||||
std::vector<std::shared_ptr<MarioBlock>> &moving_objects);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user