Add GetRenderer to core
This commit is contained in:
parent
be52d3a7d0
commit
d03d201482
3 changed files with 21 additions and 5 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue