Add GetRenderer to core

This commit is contained in:
James Rowe 2019-09-07 16:13:10 -06:00
parent be52d3a7d0
commit d03d201482
3 changed files with 21 additions and 5 deletions

View file

@ -55,6 +55,8 @@ namespace VideoDumper {
class Backend;
}
class RendererBase;
namespace Core {
class Timing;
@ -170,6 +172,8 @@ public:
return *dsp_core;
}
RendererBase& Renderer();
/**
* Gets a reference to the service manager.
* @returns A reference to the service manager.