mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-07 16:18:52 +00:00
vendor ENet
This commit is contained in:
Vendored
+7
@@ -0,0 +1,7 @@
|
||||
package ENet
|
||||
|
||||
Callbacks :: struct {
|
||||
malloc: proc "c" (size: uint) -> rawptr,
|
||||
free: proc "c" (memory: rawptr),
|
||||
no_memory: proc "c" (),
|
||||
}
|
||||
Reference in New Issue
Block a user