animations MGF works

This commit is contained in:
Ondřej Novák 2025-01-29 19:57:25 +01:00
parent 4f9f985918
commit 2be84e406c
10 changed files with 224 additions and 293 deletions

View file

@ -27,7 +27,7 @@ typedef struct mgif_header
word ver;
int32_t frames;
word snd_chans;
int snd_freq;
int32_t snd_freq;
short ampl_table[256];
short reserved[32];
}MGIF_HEADER_T;