|
Kodi Documentation 18.0
Kodi is an open source media player and entertainment hub.
|
#include "Texture.h"#include "ServiceBroker.h"#include "utils/log.h"#include "utils/URIUtils.h"#include "DDSImage.h"#include "filesystem/File.h"#include "filesystem/ResourceFile.h"#include "filesystem/XbtFile.h"#include "rendering/RenderSystem.h"Macros | |
| #define | CLAMP(x, y) { if (x > y) x = y; } |
| #define CLAMP | ( | x, | |
| y | |||
| ) | { if (x > y) x = y; } |