lighter deletion + playlist status added

This commit is contained in:
unknown
2008-08-14 17:43:46 +02:00
parent 1c75ce7f3c
commit b6a912e507
7 changed files with 159 additions and 60 deletions

View File

@@ -28,8 +28,9 @@
using std::string;
int Abs(int);
int StrToInt(string);
int StrToInt(char);
string IntoStr(int);
string IntoStr(double, int);