#include "osl/state/numEffectState.h"
#include "osl/record/kisen.h"
#include "osl/record/csaIOError.h"
#include <boost/scoped_ptr.hpp>
#include <iostream>
Go to the source code of this file.
Functions | |
void | usage (const char *program_name) |
void | check_all (const char *filename, const char *output) |
int | main (int argc, char **argv) |
void check_all | ( | const char * | filename, |
const char * | output | ||
) |
Definition at line 15 of file check-kisen.cc.
References osl::alt(), osl::record::KisenFile::getInitialState(), osl::record::KisenFile::getMoves(), moves, out, and osl::record::KisenFile::size().
Referenced by main().
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 60 of file check-kisen.cc.
References check_all(), and usage().
void usage | ( | const char * | program_name) |
Definition at line 8 of file check-kisen.cc.