diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2024-07-04 17:09:55 +0200 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2024-07-04 17:09:55 +0200 |
| commit | 518d98ad5f9eec0cf4124375bdbb84d1296b3f3f (patch) | |
| tree | 467b2b0387f23a0b379cf428c6883937ec18c134 /src/cube.h | |
| parent | 425eee24421bf0a19c7e0199d2e3ecba3318c8f4 (diff) | |
| download | nissy-core-518d98ad5f9eec0cf4124375bdbb84d1296b3f3f.tar.gz nissy-core-518d98ad5f9eec0cf4124375bdbb84d1296b3f3f.zip | |
(almost) added getcube
Diffstat (limited to '')
| -rw-r--r-- | src/cube.h | 7 |
1 files changed, 5 insertions, 2 deletions
| @@ -41,8 +41,11 @@ int64_t nissy_convert( | |||
| 41 | char *result | 41 | char *result |
| 42 | ); | 42 | ); |
| 43 | 43 | ||
| 44 | int64_t nissy_gencube( | 44 | int64_t nissy_getcube( |
| 45 | uint8_t id[16], | 45 | int64_t ep, |
| 46 | int64_t eo, | ||
| 47 | int64_t cp, | ||
| 48 | int64_t co, | ||
| 46 | const char *options, | 49 | const char *options, |
| 47 | char result[static 22] | 50 | char result[static 22] |
| 48 | ); | 51 | ); |
