mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-08 00:28:49 +00:00
vendor ENet
This commit is contained in:
Vendored
+10
@@ -0,0 +1,10 @@
|
||||
package ENet
|
||||
|
||||
ListNode :: struct {
|
||||
next: ^ListNode,
|
||||
previous: ^ListNode,
|
||||
}
|
||||
|
||||
List :: struct {
|
||||
sentinel: ListNode,
|
||||
}
|
||||
Reference in New Issue
Block a user