This commit is contained in:
2021-03-07 12:20:00 +01:00
parent 2661d6ca76
commit fa10620901
8 changed files with 22 additions and 39 deletions
-3
View File
@@ -22,7 +22,6 @@ public:
virtual void setColor( const std::string &color ) override;
virtual void setOutlineColor( const std::string &color ) override;
virtual void specialAction( int /*UNUSED*/ ) override{}
virtual void render() override;
virtual void custom_move( int /*UNUSED*/ ) override {}
virtual std::pair< std::pair< double, double >,
std::pair< double, double > >
@@ -48,8 +47,6 @@ protected:
double og_h;
double w_;
double h_;
bool centerx = false;
SDL_Rect rect;
std::string color = "";
};
} // end of namespace SDLPP