示例#1
0
        public static SWIGTYPE_p_void btAlignedAllocInternal(uint size, int alignment)
        {
            global::System.IntPtr cPtr = BulletPINVOKE.btAlignedAllocInternal(size, alignment);
            SWIGTYPE_p_void       ret  = (cPtr == global::System.IntPtr.Zero) ? null : new SWIGTYPE_p_void(cPtr, false);

            return(ret);
        }