final project  1
music.h
Go to the documentation of this file.
1 
10 #ifndef MUSIC_H_
11 #define MUSIC_H_
12 
13 
14  void playMusic();
15 
16 
17 #endif /* MUSIC_H_ */
void playMusic()
plays music
Definition: music.c:29