Audio and video works

This commit is contained in:
2022-07-03 05:43:42 +00:00
parent d506349462
commit 99c101a90c
15 changed files with 25729 additions and 90532 deletions

View File

@@ -51,7 +51,7 @@ struct Texture {
struct TexAnim anim;
};
struct Texture *tex_pullfromfile(const char *path);
struct Texture *texture_pullfromfile(const char *path);
struct Texture *texture_loadfromfile(const char *path);
void tex_gpu_load(struct Texture *tex);
void tex_gpu_reload(struct Texture *tex);