Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
Loading...
Searching...
No Matches
GameClient.cpp File Reference
#include "GameClient.h"
#include "FileItem.h"
#include "GameClientCallbacks.h"
#include "GameClientInGameSaves.h"
#include "GameClientProperties.h"
#include "GameClientTranslator.h"
#include "ServiceBroker.h"
#include "URL.h"
#include "addons/AddonManager.h"
#include "addons/BinaryAddonCache.h"
#include "addons/addoninfo/AddonInfo.h"
#include "addons/addoninfo/AddonType.h"
#include "filesystem/Directory.h"
#include "filesystem/SpecialProtocol.h"
#include "games/GameServices.h"
#include "games/addons/cheevos/GameClientCheevos.h"
#include "games/addons/input/GameClientInput.h"
#include "games/addons/streams/GameClientStreams.h"
#include "games/addons/streams/IGameClientStream.h"
#include "guilib/GUIWindowManager.h"
#include "guilib/LocalizeStrings.h"
#include "guilib/WindowIDs.h"
#include "input/actions/Action.h"
#include "input/actions/ActionIDs.h"
#include "messaging/ApplicationMessenger.h"
#include "messaging/helpers/DialogOKHelper.h"
#include "utils/FileUtils.h"
#include "utils/StringUtils.h"
#include "utils/URIUtils.h"
#include "utils/log.h"
#include <algorithm>
#include <cstring>
#include <iterator>
#include <memory>
#include <mutex>
#include <utility>

Macros

#define EXTENSION_SEPARATOR   "|"
 
#define EXTENSION_WILDCARD   "*"
 
#define GAME_PROPERTY_EXTENSIONS   "extensions"
 
#define GAME_PROPERTY_SUPPORTS_VFS   "supports_vfs"
 
#define GAME_PROPERTY_SUPPORTS_STANDALONE   "supports_standalone"
 

Macro Definition Documentation

◆ EXTENSION_SEPARATOR

#define EXTENSION_SEPARATOR   "|"

◆ EXTENSION_WILDCARD

#define EXTENSION_WILDCARD   "*"

◆ GAME_PROPERTY_EXTENSIONS

#define GAME_PROPERTY_EXTENSIONS   "extensions"

◆ GAME_PROPERTY_SUPPORTS_STANDALONE

#define GAME_PROPERTY_SUPPORTS_STANDALONE   "supports_standalone"

◆ GAME_PROPERTY_SUPPORTS_VFS

#define GAME_PROPERTY_SUPPORTS_VFS   "supports_vfs"