mirror of
https://github.com/vcmi/vcmi.git
synced 2025-11-25 22:42:04 +02:00
virtual CWindowObject
This commit is contained in:
@@ -239,11 +239,3 @@ bool CWindowObject::isPopupWindow() const
|
||||
{
|
||||
return options & RCLICK_POPUP;
|
||||
}
|
||||
|
||||
CStatusbarWindow::CStatusbarWindow(int options, const ImagePath & imageName, Point centerAt) : CWindowObject(options, imageName, centerAt)
|
||||
{
|
||||
}
|
||||
|
||||
CStatusbarWindow::CStatusbarWindow(int options, const ImagePath & imageName) : CWindowObject(options, imageName)
|
||||
{
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user