예제 #1
0
파일: ENet.cs 프로젝트: c6burns/ENet-CSharp
 public static IntPtr Malloc(ulong size)
 {
     return(Native.enet_mem_acquire(size));
 }