source: trunk/src/dsound/dsmixer.h@ 10367

Last change on this file since 10367 was 3099, checked in by sandervl, 25 years ago

replaced dsound by new version

File size: 220 bytes
Line 
1/*
2 * DirectSound software mixer
3 *
4 * Copyright 2000 Michal Necasek
5 *
6 * Project Odin Software License can be found in LICENSE.TXT
7 *
8 */
9#ifndef __MIXER_H__
10#define __MIXER_H__
11
12void MixCallback(ULONG cbMix);
13
14#endif
Note: See TracBrowser for help on using the repository browser.