Esempio n. 1
0
 public static IntPtr Malloc(ulong size)
 {
     return(Native.enet_mem_acquire(size));
 }