[Windows] Fix driver version detection of AMD RDNA+ GPU on Windows 10
[xbmc.git] / xbmc / pvr / dialogs / GUIDialogPVRGuideControls.h
blob9b81f2b1b4247df84a3d308975380ea1a1c5ae8e
1 /*
2 * Copyright (C) 2005-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 "guilib/GUIDialog.h"
13 namespace PVR
15 class CGUIDialogPVRGuideControls : public CGUIDialog
17 public:
18 CGUIDialogPVRGuideControls();
19 ~CGUIDialogPVRGuideControls() override;
21 } // namespace PVR