moonlight-qt/app/streaming/renderers/vt.h

12 lines
200 B
C
Raw Normal View History

2018-07-15 18:53:55 +00:00
#pragma once
#include "renderer.h"
2018-07-16 01:11:57 +00:00
// A factory is required to avoid pulling in
// incompatible Objective-C headers.
class VTRendererFactory {
2018-07-15 18:53:55 +00:00
public:
2018-07-16 01:11:57 +00:00
static
IRenderer* createRenderer();
2018-07-15 18:53:55 +00:00
};