7 lines
78 B
Plaintext
7 lines
78 B
Plaintext
|
void main()
|
||
|
{
|
||
|
string pratice = "as_cv_lute1b";
|
||
|
PlaySound(pratice);
|
||
|
|
||
|
}
|