Exemple #1
0
 public static void game_printNag(byte nag, string str, bool asSymbol, gameFormatT format) {
   ScidPINVOKE.game_printNag(nag, str, asSymbol, (int)format);
 }
Exemple #2
0
 public void SetPgnFormat(gameFormatT gf) {
   ScidPINVOKE.Game_SetPgnFormat(swigCPtr, (int)gf);
 }