GUI: Add scaleGfx declaration to widget.h

This commit is contained in:
av-dx 2021-07-18 00:39:47 +05:30 committed by Eugene Sandulenko
parent 4eb5043ed5
commit 699b939d9d

View File

@ -529,6 +529,7 @@ private:
};
ButtonWidget *addClearButton(GuiObject *boss, const Common::String &name, uint32 cmd, int x=0, int y=0, int w=0, int h=0);
const Graphics::ManagedSurface *scaleGfx(const Graphics::ManagedSurface *gfx, int w, int h);
} // End of namespace GUI