
#ifndef _PLAY_SNDS_H_
  #define _PLAY_SNDS_H_
#ifdef NEWSGOLD
  #define DEFAULT_DISK "4"
#else
  #define DEFAULT_DISK "0"
#endif

extern TDate dt;
extern TTime tm;
extern  WSHDR* sndPath;
extern  WSHDR* sndFName;

  extern const unsigned int spc_ign;  
extern char gbs[128]; //check may be short 
extern    byte gfp;
extern  word  next;
extern const unsigned int spc_mn;
extern const unsigned int spc_en;
extern const unsigned int spc_vol;

void SpeechPhrases(char *);  
void SpeechPhrasesChk(char *str);
void SpeechPhrasesChkNat(char *str);
#endif
