moonlight-qt/app/streaming/streamutils.h

11 lines
146 B
C
Raw Normal View History

#pragma once
#include <SDL.h>
class StreamUtils
{
public:
static
void scaleSourceToDestinationSurface(SDL_Rect* src, SDL_Rect* dst);
};