Mario editor: more refactoring

This commit is contained in:
2021-05-09 20:45:52 +02:00
parent ede8bbbe8b
commit d80ae9a4e2
5 changed files with 33 additions and 31 deletions
+1 -1
View File
@@ -5,7 +5,7 @@
class EditBox : public SDLPP::RectangleRender {
public:
EditBox(int x, int y, std::shared_ptr<SDLPP::Renderer> renderer);
EditBox(int x, int 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;
private: