9 lines
109 B
C
9 lines
109 B
C
#ifndef _MELODY_TETRIS_H_
|
|
#define _MELODY_TETRIS_H_
|
|
|
|
|
|
void playMelodyTetris();
|
|
|
|
|
|
#endif // _MELODY_TETRIS_H_
|