forked from mirror/OpenTTD
(svn r10673) -Cleanup: some assorted style cleanups. Primarily type* var -> type *var.
This commit is contained in:
@@ -15,9 +15,9 @@ enum {
|
||||
};
|
||||
|
||||
bool MxInitialize(uint rate);
|
||||
void MxMixSamples(void* buffer, uint samples);
|
||||
void MxMixSamples(void *buffer, uint samples);
|
||||
|
||||
MixerChannel* MxAllocateChannel();
|
||||
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