Ensure C++ Compatibility

This commit is contained in:
Rats 2025-11-23 22:59:15 -06:00
parent c13feb2428
commit 0e884d3f0a
14 changed files with 343 additions and 333 deletions

View file

@ -55,10 +55,10 @@ Clay_RenderCommandArray ClayImageSample_CreateLayout() {
CLAY(CLAY_ID("OuterContainer"), {
.layout = {
.layoutDirection = CLAY_TOP_TO_BOTTOM,
.sizing = layoutExpand,
.padding = CLAY_PADDING_ALL(16),
.childGap = 16
.childGap = 16,
.layoutDirection = CLAY_TOP_TO_BOTTOM,
}
}) {
CLAY(CLAY_ID("SampleImage"), {