Mario: formatting
This commit is contained in:
@@ -5,10 +5,11 @@
|
||||
|
||||
class MushroomBlock : public MarioBlock {
|
||||
public:
|
||||
MushroomBlock( int x, int y, std::shared_ptr< SDLPP::Renderer > &renderer );
|
||||
MushroomBlock(int x, int y, std::shared_ptr<SDLPP::Renderer> &renderer);
|
||||
void custom_move(int ticks) override;
|
||||
void setParent(MarioBlock *parent);
|
||||
void handleVisitor(SDLPP::Visitor &visitor) override;
|
||||
|
||||
private:
|
||||
MarioBlock *_parent = nullptr;
|
||||
bool _started_movement = false;
|
||||
|
||||
Reference in New Issue
Block a user