|
Kodi Documentation
18.0
Kodi is an open source media player and entertainment hub.
|
#include <memory>#include <vector>Namespaces | |
| KODI | |
| Controller configuration window. | |
| KODI::GAME | |
Typedefs | |
| using | KODI::GAME::GameClientPtr = std::shared_ptr< CGameClient > |
| using | KODI::GAME::GameClientVector = std::vector< GameClientPtr > |
| using | KODI::GAME::GameClientPortPtr = std::unique_ptr< CGameClientPort > |
| using | KODI::GAME::GameClientPortVec = std::vector< GameClientPortPtr > |
| using | KODI::GAME::GameClientDevicePtr = std::unique_ptr< CGameClientDevice > |
| using | KODI::GAME::GameClientDeviceVec = std::vector< GameClientDevicePtr > |