forked from Green-Sky/tomato
7 lines
92 B
C++
7 lines
92 B
C++
#pragma once
|
|
|
|
#include <SDL3/SDL.h>
|
|
|
|
bool image_scale(SDL_Surface* dst, SDL_Surface* src);
|
|
|