This commit is contained in:
Your Name
2025-04-25 21:12:07 +12:00
parent 63b9980a61
commit 65b6e2b193
5 changed files with 81 additions and 0 deletions

View File

@ -24,4 +24,6 @@ std::vector<std::string> string2multi(std::string values);
int str2int(const std::string & str);
void recursive_copy(const std::string & source, const std::string & destination);
} // namespace dropshell