config storage

This commit is contained in:
tildearrow 2025-09-28 20:32:30 -05:00
parent 0f7e1a50c9
commit 03fd518e9b
7 changed files with 74 additions and 3 deletions

View file

@ -24,5 +24,6 @@
std::string taEncodeBase64(const std::string& data);
std::string taDecodeBase64(const char* str);
std::string taDecodeBase64(const std::string& str);
#endif