[ADD] comment for player struct

This commit is contained in:
SemvdH
2021-04-20 00:14:30 +02:00
parent 7802d35727
commit 5032a51506

View File

@@ -2,6 +2,10 @@
#define SPRITES_H
//TODO draw main player sprite
/**
* @brief struct that holds the info for drawing the player
*
*/
typedef struct player_sprite_t
{
/* data */