#include "SDL.h"
void SDL_FreeCursor(SDL_Cursor *cursor);
void SDL_FreeCursor
SDL_CreateCursor を使って作られた SDL_Cursor を解放します。
SDL_CreateCursor