Files
tomato-testing/src/image_scaler.hpp
2025-11-05 00:01:42 +01:00

7 lines
92 B
C++

#pragma once
#include <SDL3/SDL.h>
bool image_scale(SDL_Surface* dst, SDL_Surface* src);