mirror of
https://github.com/Ed94/Odin.git
synced 2026-06-13 01:21:38 -07: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" (),
|
|
} |