This commit is contained in:
2024-11-26 13:03:17 +01:00
parent b0f58f5f40
commit a84b70991d
4 changed files with 20 additions and 43 deletions
+2 -1
View File
@@ -1,3 +1,4 @@
#include <string>
void safe_exit(int code);
std::string bool_to_string(bool bool_in);
std::string bool_to_string(bool bool_in);
std::string SoRAuthFile(bool save, std::string data);