9 lines
82 B
C
9 lines
82 B
C
#ifndef _MELODY_H_
|
|
#define _MELODY_H_
|
|
|
|
|
|
void melodyInit();
|
|
|
|
|
|
#endif // _MELODY_H_
|