they're very hasty

This commit is contained in:
cat 2025-05-26 15:02:11 +10:00
parent 3840fb0321
commit d65a270aab
10 changed files with 102 additions and 17 deletions

3
fns.h
View file

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