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

Comparing SIDPlayer/src/main.cpp (file contents):
Revision 1.3 by cebix, 2001-01-04T19:54:13Z vs.
Revision 1.4 by cebix, 2001-01-21T18:04:46Z

# Line 1 | Line 1
1   /*
2   *  main.cpp - SIDPlayer common routines
3   *
4 < *  SIDPlayer (C) Copyright 1996-2000 Christian Bauer
4 > *  SIDPlayer (C) Copyright 1996-2001 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 216 | Line 216 | bool LoadPSIDFile(const char *file)
216   }
217  
218  
219 + /*
220 + *  PSID file loaded and ready?
221 + */
222 +
223 + bool IsPSIDLoaded(void)
224 + {
225 +        return psid_loaded;
226 + }
227 +
228 +
229   /*
230   *  Select song for playing
231   */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines