/**************************************************

 * File: snd.h          Project by: David Hodgdon *

 * Class: ECE476        Instructor: Bruce Land    *         

 *************************************************/   
#ifndef SND_H
#define SND_H
extern unsigned char sndClock;
void SndScale();
void SndPlayNote(int note, char time);
void SndInit();
#endif