9 lines
103 B
C
9 lines
103 B
C
|
#ifndef _MELODY_TUSCH1_H_
|
||
|
#define _MELODY_TUSCH1_H_
|
||
|
|
||
|
|
||
|
void playTusch1();
|
||
|
|
||
|
|
||
|
#endif // _MELODY_TUSCH1_H_
|