HistoryData.java :  » Chess » chessit » com » m2m » chess » Android Open Source

Android Open Source » Chess » chessit 
chessit » com » m2m » chess » HistoryData.java
package com.m2m.chess;


final class HistoryData {
  Move m;
    int capture;
    int castle;
    int ep;
    int fifty;
    long[] pawnBits;
    long[] pieceBits;  
}
java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.