Property definitions

sdl2 $ SDLRenderer :: native_copy
	private fun native_copy(texture: SDLTexture, src, dst: SDLRect) `{
		SDL_RenderCopy(self, texture, src, dst);
	`}
lib/sdl2/sdl2_base.nit:266,2--268,3