mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-15 06:08:35 +00:00
GUI: Add scaleGfx declaration to widget.h
This commit is contained in:
parent
4eb5043ed5
commit
699b939d9d
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user