Etterna 0.74.4
Loading...
Searching...
No Matches
RageSurfaceUtils_Zoom.h
1#ifndef RAGE_SURFACE_UTILS_ZOOM_H
2#define RAGE_SURFACE_UTILS_ZOOM_H
3
4struct RageSurface;
5
7namespace RageSurfaceUtils {
8void
9Zoom(RageSurface*& src, int width, int height);
10};
11
12#endif
Utility functions for the RageSurfaces.
Definition RageSurface_Load.h:7
Definition RageSurface.h:90