/*
* =====================================================================================
*
* Filename: ChessNotationFile.h
*
* Description: ChessNotationFile
*
* Version: 1.0
* Created: 25/02/2011 22:59:13
* Revision: none
* Compiler: gcc
*
* Author: John Ryland (jryland), jryland@xiaofrog.com
* Company: InvertedLogic
*
* =====================================================================================
*/
#ifndef __CHESS_NOTATION_FILE_H__
#define __CHESS_NOTATION_FILE_H__
class ChessNotationFile
{
public:
ChessNotationFile(QString filename);
~ChessNotationFile();
};
#endif // __CHESS_NOTATION_FILE_H__