equal
deleted
inserted
replaced
55 void (*WaitAudio)(_THIS); |
55 void (*WaitAudio)(_THIS); |
56 void (*PlayAudio)(_THIS); |
56 void (*PlayAudio)(_THIS); |
57 Uint8 *(*GetAudioBuf)(_THIS); |
57 Uint8 *(*GetAudioBuf)(_THIS); |
58 void (*WaitDone)(_THIS); |
58 void (*WaitDone)(_THIS); |
59 void (*CloseAudio)(_THIS); |
59 void (*CloseAudio)(_THIS); |
|
60 |
|
61 /* * * */ |
|
62 /* Lock / Unlock functions added for the Mac port */ |
|
63 void (*LockAudio)(_THIS); |
|
64 void (*UnlockAudio)(_THIS); |
60 |
65 |
61 /* * * */ |
66 /* * * */ |
62 /* Data common to all devices */ |
67 /* Data common to all devices */ |
63 |
68 |
64 /* The current audio specification (shared with audio thread) */ |
69 /* The current audio specification (shared with audio thread) */ |