Socket.hx 70 B

12345
  1. package cpp.net;
  2. #if !haxe3
  3. typedef Socket = sys.net.Socket;
  4. #end