Mercurial > codedump
view win95kggui/dep/ft2play/audiodrivers/winmm/winmm.h @ 127:fd2ea604dcf2
hg: clean up stupid subrepo crap
| author | Paper <paper@tflc.us> |
|---|---|
| date | Tue, 25 Mar 2025 00:26:18 -0400 |
| parents | 8e4ee43d3b81 |
| children |
line wrap: on
line source
#pragma once #include <stdint.h> #include <stdbool.h> void lockMixer(void); void unlockMixer(void); bool openMixer(int32_t mixingFrequency, int32_t mixingBufferSize); void closeMixer(void);
