spritesheet
typedef struct dg_spritesheet { sfTexture *sheet; unsigned int x; unsigned int y; } dg_spritesheet_t;