[Windows] Fix driver version detection of AMD RDNA+ GPU on Windows 10
[xbmc.git] / xbmc / windowing / tvos / OSScreenSaverTVOS.h
blob2b5d3bd6bb5d77f84bbd5b3f150f4e2235a6124e
1 /*
2 * Copyright (C) 2017-2019 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 "windowing/OSScreenSaver.h"
13 class COSScreenSaverTVOS : public KODI::WINDOWING::IOSScreenSaver
15 public:
16 COSScreenSaverTVOS() = default;
17 void Inhibit() override;
18 void Uninhibit() override;