repo.or.cz
/
xbmc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[Windows] Fix driver version detection of AMD RDNA+ GPU on Windows 10
[xbmc.git]
/
xbmc
/
addons
/
AddonRepoInfo.h
blob
c7b99c123c04cd988e9126d4f17ff554e91afbc0
1
/*
2
* Copyright (C) 2005-2020 Team Kodi
3
* This file is part of Kodi - https://kodi.tv
4
*
5
* SPDX-License-Identifier: GPL-2.0-or-later
6
* See LICENSES/README.md for more information.
7
*/
8
9
#pragma once
10
11
namespace
ADDON
12
{
13
14
/**
15
* Struct - RepoInfo
16
*/
17
struct
RepoInfo
18
{
19
std
::
string m_repoId
;
20
std
::
string m_origin
;
21
};
22
23
};
/* namespace ADDON */