forked from mirror/OpenTTD
(svn r9050) -Codechange: Foo(void) -> Foo()
This commit is contained in:
@@ -17,7 +17,7 @@ enum {
|
||||
bool MxInitialize(uint rate);
|
||||
void MxMixSamples(void* buffer, uint samples);
|
||||
|
||||
MixerChannel* MxAllocateChannel(void);
|
||||
MixerChannel* MxAllocateChannel();
|
||||
void MxSetChannelRawSrc(MixerChannel *mc, int8 *mem, uint size, uint rate, uint flags);
|
||||
void MxSetChannelVolume(MixerChannel *mc, uint left, uint right);
|
||||
void MxActivateChannel(MixerChannel*);
|
||||
|
Reference in New Issue
Block a user