// This is the main SDL include file #include #include #include void pointy(SDL_Renderer *renderer, int width, int height) { int x,y; SDL_SetRenderDrawColor(renderer, 255, 0, 0, 255); for(x=10,y=10;x