Odin bindings

This commit is contained in:
Nic Barker 2025-03-21 19:54:58 +13:00
parent 00dbea62ed
commit 56b405d2d9
6 changed files with 1 additions and 0 deletions

View File

@ -17,6 +17,7 @@ when ODIN_OS == .Windows {
}
String :: struct {
isStaticallyAllocated: c.bool,
length: c.int32_t,
chars: [^]c.char,
}

Binary file not shown.

Binary file not shown.

Binary file not shown.