diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2025-04-23 15:42:11 +0200 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2025-04-23 15:42:11 +0200 |
| commit | 9c209afd81e4c51e4fc2717c0eeff4a5d116bcb0 (patch) | |
| tree | e590922e2bd34cb802cef96c1c8d8ba935da4f75 /cpp/nissy.h | |
| parent | 039267a278bb9e0580e8aebd85ef5f3ed774688f (diff) | |
| download | nissy-core-9c209afd81e4c51e4fc2717c0eeff4a5d116bcb0.tar.gz nissy-core-9c209afd81e4c51e4fc2717c0eeff4a5d116bcb0.zip | |
Added orientation to getcube
Diffstat (limited to 'cpp/nissy.h')
| -rw-r--r-- | cpp/nissy.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/cpp/nissy.h b/cpp/nissy.h index 8fd0aff..4fa98ad 100644 --- a/cpp/nissy.h +++ b/cpp/nissy.h | |||
| @@ -56,10 +56,10 @@ namespace nissy { | |||
| 56 | 56 | ||
| 57 | static std::variant<cube, error> from_string( | 57 | static std::variant<cube, error> from_string( |
| 58 | const std::string&); | 58 | const std::string&); |
| 59 | static std::variant<cube, error> get( | 59 | static std::variant<cube, error> get(long long ep, |
| 60 | long long ep, long long eo, long long cp, long long co); | 60 | long long eo, long long cp, long long co, long long orien); |
| 61 | static std::variant<cube, error> get( | 61 | static std::variant<cube, error> get(long long ep, |
| 62 | long long ep, long long eo, long long cp, long long co, | 62 | long long eo, long long cp, long long co, long long orien, |
| 63 | const std::string& options); | 63 | const std::string& options); |
| 64 | 64 | ||
| 65 | private: | 65 | private: |
