#include "osl/state/numEffectState.h"
#include "osl/move_generator/legalMoves.h"
#include "osl/container/moveVector.h"
#include "osl/record/csaRecord.h"
#include "osl/record/ki2.h"
#include "osl/record/kakinoki.h"
#include "osl/record/kisen.h"
#include <boost/algorithm/string/predicate.hpp>
#include <iostream>
Go to the source code of this file.
Functions | |
void | run (const osl::vector< Move > &moves) |
int | main (int argc, char **argv) |
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 32 of file show-sibling.cc.
References run().
void run | ( | const osl::vector< Move > & | moves) |
Definition at line 15 of file show-sibling.cc.
References osl::move_generator::capture::generate(), and osl::record::csa::show().