comparison src/cdrom/macosx/CDPlayer.h @ 1487:dc6b59e925a2

Cleaning up warnings on MacOS X
author Sam Lantinga <slouken@libsdl.org>
date Thu, 09 Mar 2006 06:33:21 +0000
parents d910939febfa
children 782fd950bd46 c121d94672cb a1b03ba2fcd0
comparison
equal deleted inserted replaced
1486:9d77fc9d0ace 1487:dc6b59e925a2
42 42
43 void Lock (); 43 void Lock ();
44 44
45 void Unlock(); 45 void Unlock();
46 46
47 int LoadFile (const FSRef *ref, int startFrame, int endFrame); // pass -1 to do nothing 47 int LoadFile (const FSRef *ref, int startFrame, int endFrame); /* pass -1 to do nothing */
48 48
49 int ReleaseFile (); 49 int ReleaseFile ();
50 50
51 int PlayFile (); 51 int PlayFile ();
52 52