コード例 #1
0
ファイル: ENet.cs プロジェクト: c6burns/ENet-CSharp
 public static IntPtr Malloc(ulong size)
 {
     return(Native.enet_mem_acquire(size));
 }