finally start on the rewrite

This commit is contained in:
cat 2025-06-28 15:59:51 +10:00
parent 57ad9fd139
commit fbedd77ed1
7 changed files with 98 additions and 0 deletions

6
samply/samply.h Normal file
View file

@ -0,0 +1,6 @@
typedef struct Samply Samply;
struct Samply {
};
extern Image samply_sprites[];