vendor ENet

This commit is contained in:
Dale Weiler
2021-10-23 07:40:40 -04:00
parent eebf49ba72
commit e15f245339
9 changed files with 736 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
package ENet
Callbacks :: struct {
malloc: proc "c" (size: uint) -> rawptr,
free: proc "c" (memory: rawptr),
no_memory: proc "c" (),
}