/*
  playsound.h

  For TuxMath
  Plays a sound (if sound support is enabled)

  by Bill Kendrick
  bill@newbreedsoftware.com
  http://www.newbreedsoftware.com/

  Part of "Tux4Kids" Project
  http://www.tux4kids.org/
  
  August 28, 2001 - August 28, 2001
*/


#ifndef PLAYSOUND_H
#define PLAYSOUND_H

void playsound(int snd);

#endif
