|
|
| version 1.4, 2004/08/11 13:53:54 | version 1.5, 2005/02/04 06:42:12 |
|---|---|
| Line 2 | Line 2 |
| #include "opmgen.h" | #include "opmgen.h" |
| #include "psggen.h" | #include "psggen.h" |
| #if !defined(DISABLE_SOUND) | |
| #ifdef __cplusplus | #ifdef __cplusplus |
| extern "C" { | extern "C" { |
| #endif | #endif |
| #if defined(SUPPORT_TURBOZ) || defined(SUPPORT_OPM) | |
| extern OPMCH opmch[OPMCH_MAX]; | extern OPMCH opmch[OPMCH_MAX]; |
| extern _OPMGEN opmgen; | extern _OPMGEN opmgen; |
| #endif | |
| extern _PSGGEN psggen; | extern _PSGGEN psggen; |
| void sndctrl_initialize(void); | void sndctrl_initialize(void); |
| Line 18 void sndctrl_reset(void); | Line 22 void sndctrl_reset(void); |
| } | } |
| #endif | #endif |
| #else | |
| #define sndctrl_initialize() | |
| #define sndctrl_deinitialize() | |
| #define sndctrl_reset() | |
| #endif | |