[Windows] Fix driver version detection of AMD RDNA+ GPU on Windows 10
[xbmc.git] / xbmc / pvr / windows / GUIWindowPVRTimers.h
blob2193ac1df15c90a8f08254c560b1278e9c10cffc
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 CGUIWindowPVRTVTimers : public CGUIWindowPVRTimersBase
19 public:
20 CGUIWindowPVRTVTimers();
22 protected:
23 std::string GetRootPath() const override;
24 std::string GetDirectoryPath() override;
27 class CGUIWindowPVRRadioTimers : public CGUIWindowPVRTimersBase
29 public:
30 CGUIWindowPVRRadioTimers();
32 protected:
33 std::string GetRootPath() const override;
34 std::string GetDirectoryPath() override;