moonlight-qt/app/streaming/renderers/vt.h
2018-07-15 18:11:57 -07:00

11 lines
200 B
C++

#pragma once
#include "renderer.h"
// A factory is required to avoid pulling in
// incompatible Objective-C headers.
class VTRendererFactory {
public:
static
IRenderer* createRenderer();
};