ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/SIDPlayer/src/main_sdl.cpp
(Generate patch)

Comparing SIDPlayer/src/main_sdl.cpp (file contents):
Revision 1.11 by cebix, 2003-04-11T20:23:02Z vs.
Revision 1.12 by cebix, 2003-10-21T16:56:19Z

# Line 41 | Line 41
41   *  Get current value of microsecond timer
42   */
43  
44 < uint64 GetTicks_usec(void)
44 > uint64 GetTicks_usec()
45   {
46   #ifdef __unix__
47          struct timeval t;
# Line 107 | Line 107 | static void usage(const char *prg_name)
107          exit(0);
108   }
109  
110 < static void quit(void)
110 > static void quit()
111   {
112          ExitAll();
113          SDL_Quit();

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines