diff options
Diffstat (limited to '')
| -rw-r--r-- | src/cube.h | 6 |
1 files changed, 6 insertions, 0 deletions
| @@ -41,6 +41,12 @@ int64_t nissy_convert( | |||
| 41 | char *result | 41 | char *result |
| 42 | ); | 42 | ); |
| 43 | 43 | ||
| 44 | int64_t nissy_gencube( | ||
| 45 | uint8_t id[16], | ||
| 46 | const char *options, | ||
| 47 | char result[static 22] | ||
| 48 | ); | ||
| 49 | |||
| 44 | /* | 50 | /* |
| 45 | Returns the size of the data generated by nissy_gendata, when called with | 51 | Returns the size of the data generated by nissy_gendata, when called with |
| 46 | the same parameters, or -1 in case of error. The returned value can be | 52 | the same parameters, or -1 in case of error. The returned value can be |
