#ifndef MARIO_VISITOR_GENERATOR_HPP #define MARIO_VISITOR_GENERATOR_HPP #include "../blocks.hpp" std::shared_ptr getVisitor(const MarioBlock &block, SDLPP::Scene &scene, bool &quit, int &coin_count, std::vector> &moving_objects); #endif