[Windows] Fix driver version detection of AMD RDNA+ GPU on Windows 10
[xbmc.git] / xbmc / pvr / windows / GUIWindowPVRTimerRules.h
blobdc3f05064b12fa6e1ac5b75248788799e4dc4dbe
1 /*
2 * Copyright (C) 2012-2018 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/windows/GUIWindowPVRTimersBase.h"
13 #include <string>
15 namespace PVR
17 class CGUIWindowPVRTVTimerRules : public CGUIWindowPVRTimersBase
19 public:
20 CGUIWindowPVRTVTimerRules();
21 ~CGUIWindowPVRTVTimerRules() override = default;
23 protected:
24 std::string GetRootPath() const override;
25 std::string GetDirectoryPath() override;
28 class CGUIWindowPVRRadioTimerRules : public CGUIWindowPVRTimersBase
30 public:
31 CGUIWindowPVRRadioTimerRules();
32 ~CGUIWindowPVRRadioTimerRules() override = default;
34 protected:
35 std::string GetRootPath() const override;
36 std::string GetDirectoryPath() override;