makes raylib and stb_rect_pack free of libc

This commit is contained in:
Laytan Laats
2024-02-29 23:33:25 +01:00
parent 3263e54144
commit 6734a7096a
4 changed files with 35 additions and 12 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
package stb_rect_pack
import c "core:c/libc"
import c "core:c"
#assert(size_of(b32) == size_of(c.int))
@@ -111,4 +111,4 @@ foreign lib {
// heuristics will produce better/worse results for different data sets.
// If you call init again, this will be reset to the default.
setup_heuristic :: proc(ctx: ^Context, heuristic: Heuristic) ---
}
}