From 518d98ad5f9eec0cf4124375bdbb84d1296b3f3f Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Thu, 4 Jul 2024 17:09:55 +0200 Subject: (almost) added getcube --- src/cube.h | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'src/cube.h') 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( char *result ); -int64_t nissy_gencube( - uint8_t id[16], +int64_t nissy_getcube( + int64_t ep, + int64_t eo, + int64_t cp, + int64_t co, const char *options, char result[static 22] ); -- cgit v1.3