| 
    Kodi Documentation 22.0
    
   Kodi is an open source media player and entertainment hub. 
   | 
 
#include "GameClientSubsystem.h"#include "addons/binary-addons/AddonDll.h"#include "addons/kodi-dev-kit/include/kodi/addon-instance/Game.h"#include "games/GameTypes.h"#include "games/addons/streams/GameClientStreamHwFramebuffer.h"#include "threads/CriticalSection.h"#include <atomic>#include <memory>#include <set>#include <stdint.h>#include <string>#include <utility>Classes | |
| class | KODI::GAME::CGameClientStruct | 
| Helper class to have "C" struct created before other parts becomes his pointer.  More... | |
| class | KODI::GAME::CGameClient | 
| Interface between Kodi and Game add-ons.  More... | |
Namespaces | |
| namespace | KODI | 
| namespace | KODI::RETRO | 
| namespace | KODI::GAME |