[Windows] Fix driver version detection of AMD RDNA+ GPU on Windows 10
[xbmc.git] / xbmc / pvr / PVRComponentRegistration.h
blobd81d44964270238dba596c6220c3e8454f230f89
1 /*
2 * Copyright (C) 2022 Team Kodi
3 * This file is part of Kodi - https://kodi.tv
5 * SPDX-License-Identifier: GPL-2.0-or-later
6 * See LICENSES/README.md for more information.
7 */
9 #pragma once
11 #include "pvr/IPVRComponent.h"
12 #include "utils/ComponentContainer.h"
14 namespace PVR
16 class CPVRComponentRegistration : public CComponentContainer<IPVRComponent>
18 public:
19 CPVRComponentRegistration();
20 virtual ~CPVRComponentRegistration();
22 } // namespace PVR