summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/sndintrf.h
blob: 647d12b9dd0aa69cf741f71b117f9ac9b1ae3d15 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
/***************************************************************************

    sndintrf.h

    Core sound interface functions and definitions.

    Copyright Nicola Salmoria and the MAME Team.
    Visit http://mamedev.org for licensing and usage restrictions.

***************************************************************************/

#pragma once

#ifndef __SNDINTRF_H__
#define __SNDINTRF_H__

#include "memory.h"
#include "mame.h"
#include "state.h"
#include "sound.h"


#endif	/* __SNDINTRF_H__ */