Mario: formatting
This commit is contained in:
+4
-2
@@ -5,9 +5,11 @@
|
||||
|
||||
class EditBox : public SDLPP::RectangleRender {
|
||||
public:
|
||||
EditBox(int x, int y, float start_x, float start_y, int map_width, int map_height, std::shared_ptr<SDLPP::Renderer> renderer);
|
||||
EditBox(int x, int y, float start_x, float start_y, int map_width,
|
||||
int map_height, std::shared_ptr<SDLPP::Renderer> renderer);
|
||||
virtual SDLPP::Vec2D<int> getIndexes() const;
|
||||
virtual void visit( SDLPP::Visitor &visitor ) override;
|
||||
virtual void visit(SDLPP::Visitor &visitor) override;
|
||||
|
||||
private:
|
||||
int _x;
|
||||
int _y;
|
||||
|
||||
Reference in New Issue
Block a user