mirror of
https://github.com/nicbarker/clay.git
synced 2025-12-25 18:41:06 +00:00
slight change to odin type
This commit is contained in:
parent
91ef8c7c0d
commit
b116e46650
|
|
@ -18,7 +18,7 @@ when ODIN_OS == .Windows {
|
||||||
}
|
}
|
||||||
|
|
||||||
String :: struct {
|
String :: struct {
|
||||||
length: c.int,
|
length: c.int32_t,
|
||||||
chars: [^]c.char,
|
chars: [^]c.char,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue