Ejemplo n.º 1
0
 public static void b2Log_Default(string string_, SWIGTYPE_p_va_list args)
 {
     Box2dPINVOKE.b2Log_Default(string_, SWIGTYPE_p_va_list.getCPtr(args));
     if (Box2dPINVOKE.SWIGPendingException.Pending)
     {
         throw Box2dPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Ejemplo n.º 2
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(SWIGTYPE_p_va_list obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }