diff options
Diffstat (limited to 'graphics/scaler/aspect.h')
-rw-r--r-- | graphics/scaler/aspect.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/graphics/scaler/aspect.h b/graphics/scaler/aspect.h index 93201c3d40..ee1dfc1460 100644 --- a/graphics/scaler/aspect.h +++ b/graphics/scaler/aspect.h @@ -58,4 +58,6 @@ int stretch200To240(uint8 *buf, int origSrcY, bool interpolate); +int stretch200To240Nearest(uint8 *buf, uint32 pitch, int width, int height, int srcX, int srcY, int origSrcY); + #endif |