diff options
Diffstat (limited to 'src/cube.h')
| -rw-r--r-- | src/cube.h | 14 |
1 files changed, 1 insertions, 13 deletions
| @@ -34,19 +34,7 @@ int64_t nissy_frommoves( | |||
| 34 | char result[static 22] | 34 | char result[static 22] |
| 35 | ); | 35 | ); |
| 36 | 36 | ||
| 37 | int64_t nissy_readcube( | 37 | int64_t nissy_convert( |
| 38 | const char *format, | ||
| 39 | const char *cube_string, | ||
| 40 | char result[static 22] | ||
| 41 | ); | ||
| 42 | |||
| 43 | int64_t nissy_writecube( | ||
| 44 | const char *format, | ||
| 45 | const char cube[static 22], | ||
| 46 | char *result | ||
| 47 | ); | ||
| 48 | |||
| 49 | int64_t nissy_convertcube( | ||
| 50 | const char *format_in, | 38 | const char *format_in, |
| 51 | const char *format_out, | 39 | const char *format_out, |
| 52 | const char *cube_string, | 40 | const char *cube_string, |
