new feature: add random songs to playlist
This commit is contained in:
@@ -33,6 +33,11 @@ int StrToInt(const std::string &str)
|
||||
return atoi(str.c_str());
|
||||
}
|
||||
|
||||
long StrToLong(const std::string &str)
|
||||
{
|
||||
return atol(str.c_str());
|
||||
}
|
||||
|
||||
std::string IntoStr(int l)
|
||||
{
|
||||
std::ostringstream ss;
|
||||
|
||||
Reference in New Issue
Block a user