|
Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
|
#include <limits.h>#include "SystemInfo.h"#include <conio.h>#include "CompileInfo.h"#include "ServiceBroker.h"#include "filesystem/CurlFile.h"#include "filesystem/File.h"#include "guilib/LocalizeStrings.h"#include "guilib/guiinfo/GUIInfoLabels.h"#include "network/Network.h"#include "platform/Filesystem.h"#include "rendering/RenderSystem.h"#include "settings/Settings.h"#include "settings/SettingsComponent.h"#include "utils/CPUInfo.h"#include "utils/log.h"#include "powermanagement/PowerManager.h"#include "utils/StringUtils.h"#include "utils/XMLUtils.h"#include <system_error>Macros | |
| #define | STR_MACRO(x) |
| #define | XSTR_MACRO(x) |
Variables | |
| CSysInfo | g_sysinfo |
| #define STR_MACRO | ( | x | ) |
| #define XSTR_MACRO | ( | x | ) |
| CSysInfo g_sysinfo |