50 lines
1.0 KiB
C
50 lines
1.0 KiB
C
#ifndef _SND_H_
|
|
#define _SND_H_
|
|
|
|
/********************************************************************
|
|
Public Headers for CPA Sound-Library
|
|
*********************************************************************/
|
|
|
|
#include "SND/snddef.h"
|
|
|
|
#include "SND/sndtype.h"
|
|
#include "SND/sound3D.h"
|
|
/*#include "SND/sndplay.h"*/
|
|
/*#include "SND/sndxd.h"*/
|
|
/*#include "SND/sndseq.h"*/
|
|
/*#include "SND/sndtheme.h"*/
|
|
#ifndef DREAMCAST
|
|
#include "SND/sndfile.h"
|
|
#endif
|
|
/*#include "SND/sndCD.h"*/
|
|
/*#include "SND/sndmidi.h"*/
|
|
/*#include "SND/sndthrd.h"*/
|
|
#include "SND/snderr.h"
|
|
#include "SND/sndmem.h"
|
|
/*#include "SND/sndspace.h"*/
|
|
#include "SND/sndreal.h"
|
|
/*#include "SND/sndvect.h"*/
|
|
/*#include "SND/sndmpeg.h"*/
|
|
#include "SND/sndload.h"
|
|
|
|
#ifndef NO_ACP_SCRIPT
|
|
#include "SND/sndscrpt.h"
|
|
#endif
|
|
|
|
/*#ifndef NO_ACP_LDBIN*/
|
|
#include "SND/sndldbin.h"
|
|
/*#endif*/
|
|
|
|
#ifdef PSX
|
|
#include "SNDext/PSX/sndpsx.h"
|
|
#endif
|
|
|
|
#ifdef DREAMCAST
|
|
#include "sndext/sndmem.h"
|
|
#include "sndext/sndfile.h"
|
|
#include "sndext/sndaddon.h"
|
|
#endif /*DREAMCAST*/
|
|
|
|
#endif /*_SND_H_*/
|
|
|