예제 #1
0
 public FastGame getGame(IndexEntry ie) {
   FastGame ret = new FastGame(ScidPINVOKE.scidBaseT_getGame__SWIG_0(swigCPtr, IndexEntry.getCPtr(ie)), true);
   return ret;
 }
예제 #2
0
파일: GFile.cs 프로젝트: pbbwfc/ScidNET
 public FastGame ReadGame(uint offset, uint length) {
   FastGame ret = new FastGame(ScidPINVOKE.GFile_ReadGame__SWIG_0(swigCPtr, offset, length), true);
   return ret;
 }