/*
 * playsndb.c - driver that includes the appropriate
 *    platform-dependent code.
 *
 *  Win95/98/NT: playsndb_nt.c
 *   All others: no_audio.c
 *
 * Copyright 1984-2000 The MathWorks, Inc. 
 * $Revision: 1.3 $ $Date: 2000/06/01 16:33:57 $
 */

#if defined(WIN32)
#include "playsndb_nt.c"

#else
#include "no_audio.c"

#endif

/* [EOF] playsndb.c */
