equal
deleted
inserted
replaced
44 void (*CloseDevice) (_THIS); |
44 void (*CloseDevice) (_THIS); |
45 void (*LockDevice) (_THIS); |
45 void (*LockDevice) (_THIS); |
46 void (*UnlockDevice) (_THIS); |
46 void (*UnlockDevice) (_THIS); |
47 void (*Deinitialize) (void); |
47 void (*Deinitialize) (void); |
48 } SDL_AudioDriverImpl; |
48 } SDL_AudioDriverImpl; |
|
49 |
49 |
50 |
50 typedef struct SDL_AudioDriver |
51 typedef struct SDL_AudioDriver |
51 { |
52 { |
52 /* * * */ |
53 /* * * */ |
53 /* The name of this audio driver */ |
54 /* The name of this audio driver */ |