Music and sound

This commit is contained in:
2023-01-15 15:53:50 +00:00
parent b8f67a8f9e
commit 2731d01bc1
10 changed files with 62 additions and 57 deletions

View File

@@ -8,7 +8,6 @@
struct datastream;
struct gameobject;
struct Texture;
struct sprite {
mfloat_t pos[2];
@@ -17,11 +16,12 @@ struct sprite {
mfloat_t color[3];
int go;
int id;
struct TexAnimation anim;
struct anim2d anim;
struct Texture *tex;
int next;
};
int make_sprite(int go);
struct sprite *id2sprite(int id);
void sprite_delete(int id);