|
Kodi Documentation 18.0
Kodi is an open source media player and entertainment hub.
|
#include "GameClient.h"#include "GameClientCallbacks.h"#include "GameClientInGameSaves.h"#include "GameClientProperties.h"#include "GameClientTranslator.h"#include "addons/AddonManager.h"#include "addons/BinaryAddonCache.h"#include "filesystem/Directory.h"#include "filesystem/File.h"#include "filesystem/SpecialProtocol.h"#include "games/addons/input/GameClientInput.h"#include "games/addons/streams/GameClientStreams.h"#include "games/addons/streams/IGameClientStream.h"#include "games/GameServices.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 "threads/SingleLock.h"#include "utils/log.h"#include "utils/StringUtils.h"#include "utils/URIUtils.h"#include "FileItem.h"#include "ServiceBroker.h"#include "URL.h"#include <algorithm>#include <cstring>#include <iterator>#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" |
| #define EXTENSION_SEPARATOR "|" |
| #define EXTENSION_WILDCARD "*" |
| #define GAME_PROPERTY_EXTENSIONS "extensions" |
| #define GAME_PROPERTY_SUPPORTS_STANDALONE "supports_standalone" |
| #define GAME_PROPERTY_SUPPORTS_VFS "supports_vfs" |