mirror of
https://github.com/vcmi/vcmi.git
synced 2025-07-07 00:58:39 +02:00
- instructions in linux readme use cmake instead of autotools - update autoconf files
This commit is contained in:
@ -352,6 +352,8 @@ public:
|
||||
|
||||
class CBoundedLabel : public CLabel
|
||||
{
|
||||
protected:
|
||||
void blitLine(SDL_Surface * to, Point where, std::string what);
|
||||
public:
|
||||
|
||||
int maxW; //longest line of text in px
|
||||
|
Reference in New Issue
Block a user