move texture logic to samply.c

This commit is contained in:
cat 2025-05-28 16:45:15 +10:00
parent aa95148fc9
commit d2155bf27e
3 changed files with 22 additions and 9 deletions

1
fns.h
View file

@ -6,5 +6,6 @@
void free_image(Image *i);
Image *load_image(SDL_Renderer *ren, char *path);
int samply_step(State *st);
void put_samply_to_bed(Samply *sam);
Samply *wake_samply_up(SDL_Renderer *ren);