Get the SDL_Texture* of a sprite with his id.
Function
SDL_Texture* LEXSDL_SpriteGetTexture(int id);
Return
NULL : The id is invalid, texture or sprite were freed.
SDL_Texture* : The associated SDL_Texture with the passed id.
Parameters
int id : id of the sprite.