internal static global::System.Runtime.InteropServices.HandleRef getCPtr(SWIGTYPE_p_gameFormatT obj) {
   return (obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr;
 }
Beispiel #2
0
 public static bool PgnFormatFromString(string str, SWIGTYPE_p_gameFormatT fmt) {
   bool ret = ScidPINVOKE.Game_PgnFormatFromString(str, SWIGTYPE_p_gameFormatT.getCPtr(fmt));
   return ret;
 }