9 lines
99 B
C
9 lines
99 B
C
|
#ifndef _MELODY_PLING_H_
|
||
|
#define _MELODY_PLING_H_
|
||
|
|
||
|
|
||
|
void playPling();
|
||
|
|
||
|
|
||
|
#endif // _MELODY_PLING_H_
|