34e3275338
Obtained from http://sourceforge.net/projects/wmcdplay/files/wmcdplay-1.0-beta1.tgz/download
13 lines
621 B
Plaintext
13 lines
621 B
Plaintext
int art_nbtns=4;
|
|
int art_btns[]={ 9 , 26 , 4 , 8 , 25 , 21 , 25 , 21 , 38 , 8 , 38 ,
|
|
9 , 43 , 4 , 8 , 42 , 21 , 42 , 21 , 56 , 8 , 56 ,
|
|
44 , 26 , 4 , 43 , 25 , 56 , 25 , 56 , 38 , 43 , 38 ,
|
|
44 , 43 , 4 , 43 , 42 , 56 , 42 , 56 , 56 , 43 , 56 };
|
|
int art_actions[]={ 0 , 2 , 3 , 4 , 0 , 0 ,
|
|
5 , 5 , 5 , 0 , 0 , 0 ,
|
|
9 , 9 , 1 , 1 , 9 , 10 ,
|
|
6 , 6 , 6 , 0 , 0 , 0 };
|
|
bool art_hidebtns=true;
|
|
bool art_showled[4]={ true , true , false , false };
|
|
int art_ledpos[4][2]={ 14 , 10 , 24 , 43 , 0 , 0 , 0 , 0 };
|