#include "osl/record/kanjiMove.h"
#include "osl/record/ki2.h"
#include <boost/program_options.hpp>
#include <boost/lambda/lambda.hpp>
#include <boost/lambda/bind.hpp>
#include <iostream>
#include <fstream>
#include <string>
#include <vector>
#include <algorithm>
Go to the source code of this file.
Functions | |
void | process (const std::string &file_name) |
int | main (int argc, char **argv) |
Show .ki2 files (known as 2ch format). More... | |
Variables | |
bool | quiet = false |
int main | ( | int | argc, |
char ** | argv | ||
) |
Show .ki2 files (known as 2ch format).
Record database: http://wiki.optus.nu/shogi/index.php?page=FrontPage Archive to download: http://maris-stella.hp.infoseek.co.jp/ Note that the archiver called DGCA format only supports Windows.
Definition at line 39 of file show-ki2.cc.
void process | ( | const std::string & | file_name) |
Definition at line 19 of file show-ki2.cc.
bool quiet = false |
Definition at line 17 of file show-ki2.cc.