source:
trunk/src/dsound/dsmixer.h
| Last change on this file was 3099, checked in by , 26 years ago | |
|---|---|
| File size: 220 bytes | |
| Rev | Line | |
|---|---|---|
| [3099] | 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 | ||
| 12 | void MixCallback(ULONG cbMix); | |
| 13 | ||
| 14 | #endif |
Note:
See TracBrowser
for help on using the repository browser.
