Пример #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
 public FastGame ReadGame(uint offset, uint length) {
   FastGame ret = new FastGame(ScidPINVOKE.GFile_ReadGame__SWIG_0(swigCPtr, offset, length), true);
   return ret;
 }