From 425eee24421bf0a19c7e0199d2e3ecba3318c8f4 Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Wed, 3 Jul 2024 17:15:24 +0200 Subject: Preparing for table stats --- src/cube.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/cube.h') diff --git a/src/cube.h b/src/cube.h index b5eb615..d3d096a 100644 --- a/src/cube.h +++ b/src/cube.h @@ -41,6 +41,12 @@ int64_t nissy_convert( char *result ); +int64_t nissy_gencube( + uint8_t id[16], + const char *options, + char result[static 22] +); + /* Returns the size of the data generated by nissy_gendata, when called with the same parameters, or -1 in case of error. The returned value can be -- cgit v1.3