1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-25 22:42:04 +02:00

virtual CWindowObject

This commit is contained in:
SoundSSGood
2024-04-23 16:21:45 +03:00
parent 25d2b468c3
commit 20471c9c2f
17 changed files with 74 additions and 145 deletions

View File

@@ -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)
{
}