|
Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
|
#include "GUIGameControllerList.h"#include "FileItem.h"#include "ServiceBroker.h"#include "games/GameServices.h"#include "games/addons/GameClient.h"#include "games/addons/input/GameClientInput.h"#include "games/addons/input/GameClientJoystick.h"#include "games/addons/input/GameClientTopology.h"#include "games/agents/input/AgentController.h"#include "games/agents/input/AgentInput.h"#include "games/controllers/Controller.h"#include "games/controllers/listproviders/GUIGameControllerProvider.h"#include "guilib/GUIListItem.h"#include "guilib/GUIMessage.h"#include "peripherals/devices/Peripheral.h"#include "utils/Variant.h"#include <algorithm>#include <cstdlib>