mirror of
https://github.com/nicbarker/clay.git
synced 2026-04-12 14:24:17 +00:00
Partial documentation for transitions
This commit is contained in:
parent
fa97ab6a27
commit
13d0cb503c
3 changed files with 229 additions and 5 deletions
|
|
@ -16,6 +16,6 @@ int main(void) {
|
|||
CLAY_AUTO_ID({ .layout = layoutElement, .backgroundColor = {255,255,255,0} }) {
|
||||
CLAY_TEXT(CLAY_STRING(""), CLAY_TEXT_CONFIG({ .fontId = 0 }));
|
||||
}
|
||||
Clay_EndLayout();
|
||||
Clay_EndLayout(0);
|
||||
return 0;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue