mirror of
https://github.com/nicbarker/clay.git
synced 2026-02-06 12:48:49 +00:00
Some fixes after rebasing
This commit is contained in:
parent
01025e9157
commit
7c65f31f46
3 changed files with 38 additions and 9 deletions
|
|
@ -40,6 +40,12 @@ SizingConstraints :: struct #raw_union {
|
|||
sizePercent: c.float,
|
||||
}
|
||||
|
||||
TypedConfig :: struct {
|
||||
type: ElementConfigType,
|
||||
config: rawptr,
|
||||
id: ElementId,
|
||||
}
|
||||
|
||||
{{structs}}
|
||||
|
||||
@(link_prefix = "Clay_", default_calling_convention = "c")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue