[Windows] Fix driver version detection of AMD RDNA+ GPU on Windows 10
[xbmc.git] / xbmc / addons / AddonRepoInfo.h
blobc7b99c123c04cd988e9126d4f17ff554e91afbc0
1 /*
2 * Copyright (C) 2005-2020 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 namespace ADDON
14 /**
15 * Struct - RepoInfo
17 struct RepoInfo
19 std::string m_repoId;
20 std::string m_origin;
23 }; /* namespace ADDON */