diff src/cdrom/macosx/CDPlayer.h @ 1668:4da1ee79c9af SDL-1.3

more tweaking indent options
author Sam Lantinga <slouken@libsdl.org>
date Mon, 29 May 2006 04:04:35 +0000
parents 782fd950bd46
children
line wrap: on
line diff
--- a/src/cdrom/macosx/CDPlayer.h	Mon May 29 03:53:21 2006 +0000
+++ b/src/cdrom/macosx/CDPlayer.h	Mon May 29 04:04:35 2006 +0000
@@ -41,28 +41,28 @@
 
     typedef void (*CDPlayerCompletionProc) (SDL_CD * cdrom);
 
-    void Lock ();
+    void Lock();
 
-    void Unlock ();
+    void Unlock();
 
-    int LoadFile (const FSRef * ref, int startFrame, int endFrame);     /* pass -1 to do nothing */
+    int LoadFile(const FSRef * ref, int startFrame, int endFrame);      /* pass -1 to do nothing */
 
-    int ReleaseFile ();
+    int ReleaseFile();
 
-    int PlayFile ();
+    int PlayFile();
 
-    int PauseFile ();
+    int PauseFile();
 
-    void SetCompletionProc (CDPlayerCompletionProc proc, SDL_CD * cdrom);
+    void SetCompletionProc(CDPlayerCompletionProc proc, SDL_CD * cdrom);
 
-    int ReadTOCData (FSVolumeRefNum theVolume, SDL_CD * theCD);
+    int ReadTOCData(FSVolumeRefNum theVolume, SDL_CD * theCD);
 
-    int ListTrackFiles (FSVolumeRefNum theVolume, FSRef * trackFiles,
-                        int numTracks);
+    int ListTrackFiles(FSVolumeRefNum theVolume, FSRef * trackFiles,
+                       int numTracks);
 
-    int DetectAudioCDVolumes (FSVolumeRefNum * volumes, int numVolumes);
+    int DetectAudioCDVolumes(FSVolumeRefNum * volumes, int numVolumes);
 
-    int GetCurrentFrame ();
+    int GetCurrentFrame();
 
 #ifdef __cplusplus
 };