#include "osl/state/numEffectState.h"
#include "osl/record/kisen.h"
#include "osl/record/csaRecord.h"
#include <iostream>
#include <fstream>
Go to the source code of this file.
Functions | |
void | usage (const char *program_name) |
void | convert (const char *kisen_filename, const char *csa_filename, size_t i) |
int | main (int argc, char **argv) |
void convert | ( | const char * | kisen_filename, |
const char * | csa_filename, | ||
size_t | i | ||
) |
Definition at line 15 of file kisen-to-csa.cc.
References osl::record::KisenFile::getInitialState(), osl::record::KisenFile::getMoves(), moves, osl::record::csa::show(), and osl::record::KisenFile::size().
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 36 of file kisen-to-csa.cc.
References osl::eval::convert(), and usage().
void usage | ( | const char * | program_name) |
Definition at line 8 of file kisen-to-csa.cc.