why doesn't i work today

This commit is contained in:
2024-11-12 21:31:33 +01:00
parent 3196f285fd
commit 2d35ee060c
7 changed files with 133 additions and 115 deletions
+3 -1
View File
@@ -2,4 +2,6 @@
#include <string>
namespace bakaapi {
void login(std::string username, std::string password);
}
void refresh_access_token();
bool is_logged_in();
} // namespace bakaapi