mirror of
https://github.com/odin-lang/Odin.git
synced 2026-05-29 23:25:09 +00:00
7 lines
146 B
Odin
7 lines
146 B
Odin
package ENet
|
|
|
|
Callbacks :: struct {
|
|
malloc: proc "c" (size: uint) -> rawptr,
|
|
free: proc "c" (memory: rawptr),
|
|
no_memory: proc "c" (),
|
|
} |