summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/sound/wave.h
blob: c94acdc97c6240aff829467e3033518106ad0105 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#pragma once

#ifndef __WAVE_H__
#define __WAVE_H__

/*****************************************************************************
 *  CassetteWave interface
 *****************************************************************************/

#ifdef MESS
#include "messdrv.h"
#endif

SND_GET_INFO( wave );


#endif /* __WAVE_H__ */