10 lines
164 B
C
10 lines
164 B
C
#ifndef _MELODY_TETRIS_H_
|
|
#define _MELODY_TETRIS_H_
|
|
|
|
|
|
void playMelodyTetris();
|
|
void stopMelodyTetris();
|
|
void playMelodyTetrisFaster();
|
|
|
|
#endif // _MELODY_TETRIS_H_
|