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.2 by cebix, 2000-09-19T15:34:11Z vs.
Revision 1.6 by cebix, 2003-04-11T20:23:02Z

# Line 1 | Line 1
1   /*
2   *  main.h - SIDPlayer common routines
3   *
4 < *  SIDPlayer (C) Copyright 1996-2000 Christian Bauer
4 > *  SIDPlayer (C) Copyright 1996-2003 Christian Bauer
5   *
6   *  This program is free software; you can redistribute it and/or modify
7   *  it under the terms of the GNU General Public License as published by
# Line 43 | Line 43 | extern int number_of_songs, current_song
43   */
44  
45   // Init everything
46 < extern void InitAll(void);
46 > extern void InitAll(int &argc, char **&argv);
47  
48   // Exit everything
49   extern void ExitAll(void);
# Line 60 | Line 60 | extern bool IsPSIDFile(const char *file)
60   // Load PSID file for playing
61   extern bool LoadPSIDFile(const char *file);
62  
63 + // PSID file loaded and ready?
64 + extern bool IsPSIDLoaded(void);
65 +
66   // Select song for playing
67   extern void SelectSong(int num);
68  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines