Formatting

This commit is contained in:
2022-09-28 13:57:13 +02:00
parent 59e09f77fd
commit f137f6609f
2 changed files with 5 additions and 7 deletions
+1 -2
View File
@@ -4,8 +4,7 @@
#include "../blocks.hpp"
std::shared_ptr<SDLPP::Visitor>
getVisitor(const MarioBlock &block, SDLPP::Scene &scene,
int &coin_count,
getVisitor(const MarioBlock &block, SDLPP::Scene &scene, int &coin_count,
std::vector<std::shared_ptr<MarioBlock>> &moving_objects);
#endif