public release

This commit is contained in:
ITotalJustice
2024-12-16 21:13:05 +00:00
commit 0370e47f7f
248 changed files with 20513 additions and 0 deletions

11
sphaira/include/swkbd.hpp Normal file
View File

@@ -0,0 +1,11 @@
#pragma once
#include <switch.h>
#include <string>
namespace sphaira::swkbd {
Result ShowText(std::string& out, const char* guide = nullptr, s64 len_min = -1, s64 len_max = -1);
Result ShowNumPad(s64& out, const char* guide = nullptr, s64 len_min = -1, s64 len_max = -1);
} // namespace sphaira::swkbd