aboutsummaryrefslogtreecommitdiff
path: root/src/cube.h
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2024-07-04 17:09:55 +0200
committerSebastiano Tronto <sebastiano@tronto.net>2024-07-04 17:09:55 +0200
commit518d98ad5f9eec0cf4124375bdbb84d1296b3f3f (patch)
tree467b2b0387f23a0b379cf428c6883937ec18c134 /src/cube.h
parent425eee24421bf0a19c7e0199d2e3ecba3318c8f4 (diff)
downloadnissy-core-518d98ad5f9eec0cf4124375bdbb84d1296b3f3f.tar.gz
nissy-core-518d98ad5f9eec0cf4124375bdbb84d1296b3f3f.zip
(almost) added getcube
Diffstat (limited to 'src/cube.h')
-rw-r--r--src/cube.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/cube.h b/src/cube.h
index d3d096a..28737c4 100644
--- a/src/cube.h
+++ b/src/cube.h
@@ -41,8 +41,11 @@ int64_t nissy_convert(
41 char *result 41 char *result
42); 42);
43 43
44int64_t nissy_gencube( 44int64_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);

Generated with cgit - Back to sebastiano.tronto.net