mirror of
https://github.com/nicbarker/clay.git
synced 2025-04-20 05:08:04 +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 New Issue
Block a user