mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-06 15:48:51 +00:00
makes raylib and stb_rect_pack free of libc
This commit is contained in:
+2
-2
@@ -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) ---
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user