--- SIDPlayer/src/main.h 2001/01/04 19:54:13 1.3 +++ SIDPlayer/src/main.h 2001/01/21 18:04:46 1.4 @@ -1,7 +1,7 @@ /* * main.h - SIDPlayer common routines * - * SIDPlayer (C) Copyright 1996-2000 Christian Bauer + * SIDPlayer (C) Copyright 1996-2001 Christian Bauer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -60,6 +60,9 @@ extern bool IsPSIDFile(const char *file) // Load PSID file for playing extern bool LoadPSIDFile(const char *file); +// PSID file loaded and ready? +extern bool IsPSIDLoaded(void); + // Select song for playing extern void SelectSong(int num);