audio change

This commit is contained in:
2023-03-24 19:01:01 +00:00
parent a170d88ccc
commit 5ca3629406
12 changed files with 93044 additions and 92 deletions

View File

@@ -61,7 +61,7 @@ struct Texture {
unsigned int id; /* ID reference for the GPU memory location of the texture */
int width;
int height;
unsigned char *data;
struct TextureOptions opts;
struct TexAnim anim;
};