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

Comparing SIDPlayer/src/main.h (file contents):
Revision 1.1 by cebix, 2000-07-28T12:42:30Z vs.
Revision 1.2 by cebix, 2000-09-19T15:34:11Z

# Line 1 | Line 1
1   /*
2 < *  main.h - SIDPlayer main program
2 > *  main.h - SIDPlayer common routines
3   *
4   *  SIDPlayer (C) Copyright 1996-2000 Christian Bauer
5   *
# Line 31 | Line 31
31   // C64 replay routine address (set by LoadPSIDFile(), used by sid.cpp)
32   extern uint16 play_adr;
33  
34 < // Module name, author name, copyright info in UTF8 charset (set by LoadPSIDFile())
34 > // Module name, author name, copyright info in ISO Latin1 (BeOS: UTF8) charset (set by LoadPSIDFile())
35   extern char module_name[64], author_name[64], copyright_info[64];
36  
37 + // Total number of songs in module and currently played song number (0..n)
38 + extern int number_of_songs, current_song;
39 +
40  
41   /*
42   *  Functions

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines