/* ---------------------------------------------------------------------- */
/*                   Copyright (C) 1991 Mulle KybernetiK                  */
/* ---------------------------------------------------------------------- */
#ifndef _NAUDIO_H__
# define _NAUDIO_H__ 1

# ifndef _NDEFINES_H__
#  include <naudio\ndefines.h>
# endif

# include <naudio\engine.h>
# include <naudio\nsample.h>
# include <naudio\nsegment.h>
# include <naudio\nmodule.h>
# include <naudio\nplayer.h>

extern engine_control   engine;
extern ntrack_control   *ntrack;
extern ntrack_tables    ntrack_t;
extern n_sample         nil_nsample;
extern char             naudio_app_name[];
#endif

