20 lines
343 B
C
20 lines
343 B
C
/* INCSND.H:*/
|
|
/* The absence of #ifndef/define is voluntary.It is not necessary and would complicate */
|
|
/* the Script->binary converter.*/
|
|
/* F.DECREAU*/
|
|
|
|
#include "SND\snddef.h"
|
|
|
|
#ifndef NO_ACP
|
|
/*#include "CPA_STD.h"*/
|
|
#endif
|
|
|
|
#if (!defined(NO_ACP_SCRIPT)||defined(SND_HYBRID_VERSION))
|
|
#include "SCR.h"
|
|
#endif
|
|
|
|
|
|
|
|
#include "SND.h"
|
|
|