mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-04 06:38:47 +00:00
Update comments
This commit is contained in:
@@ -16,10 +16,7 @@
|
||||
*/
|
||||
package net
|
||||
|
||||
//
|
||||
// TODO(tetra): Bluetooth, Raw
|
||||
//
|
||||
|
||||
any_socket_to_socket :: proc(any_socket: Any_Socket) -> Socket {
|
||||
switch s in any_socket {
|
||||
case TCP_Socket: return Socket(s)
|
||||
|
||||
Reference in New Issue
Block a user