|
Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
|
#include "GUILabelControl.h"#include "GUIFont.h"#include "GUIMessage.h"#include "utils/CharsetConverter.h"#include "utils/ColorUtils.h"#include "utils/StringUtils.h"Macros | |
| #define | CLAMP(x, low, high) (((x) > (high)) ? (high) : (((x) < (low)) ? (low) : (x))) |
| #define CLAMP | ( | x, | |
| low, | |||
| high | |||
| ) | (((x) > (high)) ? (high) : (((x) < (low)) ? (low) : (x))) |