A test application to test reading PGN files. More...
#include "sys.h"#include <giomm/init.h>#include "ChessGame.h"#include "PgnDatabase.h"#include "debug.h"
Go to the source code of this file.
Functions | |
| void | open_finished (size_t len) |
| int | main (int argc, char* argv[]) |
Variables | |
| char const* | filename ="/home/carlo/projects/cwchessboard/cwchessboard/torture.pgn" |
| Glib::RefPtr< Glib::MainLoop > | main_loop |
A test application to test reading PGN files.
Definition in file tstpgn.cc.