Simple GUI Library
|
#include "sml/graphics_wrapper/primitives.h"
#include "scene/style/skin.h"
#include "scene/controls/control.h"
#include "scene/utils.h"
Go to the source code of this file.
Macros | |
#define | CHECK_ENABLED_SIZE(size) if (size != USE_COMPUTED_SIZE) { return size; } |