repo.or.cz
/
xbmc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge pull request #25922 from sarbes/shader-cleanup
[xbmc.git]
/
xbmc
/
pvr
/
IPVRComponent.h
blob
8695095f18207de58edeec4496d4f2f8b0ff666b
1
/*
2
* Copyright (C) 2022 Team Kodi
3
* This file is part of Kodi - https://kodi.tv
4
*
5
* SPDX-License-Identifier: GPL-2.0-or-later
6
* See LICENSES/README.md for more information.
7
*/
8
9
#pragma once
10
11
namespace
PVR
12
{
13
class
IPVRComponent
14
{
15
public
:
16
virtual
~
IPVRComponent
() =
default
;
17
};
18
}
// namespace PVR