add files back

This commit is contained in:
2024-11-10 18:41:01 +01:00
parent b36003431d
commit c504d91b1a
9 changed files with 280 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
#include <curl/curl.h>
#include <string>
namespace bakaapi {
void login(std::string username, std::string password);
}