This commit is contained in:
SemvdH
2021-04-20 00:17:52 +02:00
parent 5032a51506
commit a3855024d9

View File

@@ -8,7 +8,7 @@
*/ */
typedef struct player_sprite_t typedef struct player_sprite_t
{ {
/* data */ /* data to be added, pos, active (?)*/
} PLAYER; } PLAYER;
/** /**