Sine wave works; SDL conversion

This commit is contained in:
2022-07-05 22:24:58 +00:00
parent f979ef6a14
commit e9f83baa37
3 changed files with 43 additions and 100 deletions

View File

@@ -16,14 +16,9 @@ enum MUS {
};
struct sound {
int sound;
int loop;
unsigned int ch;
int fin;
int frame;
int play;
struct wav *data;
enum MUS state;
unsigned char volume;
};