--- SIDPlayer/src/main.cpp 2001/01/04 19:54:13 1.3 +++ SIDPlayer/src/main.cpp 2001/01/21 18:04:46 1.4 @@ -1,7 +1,7 @@ /* * main.cpp - 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 @@ -216,6 +216,16 @@ bool LoadPSIDFile(const char *file) } +/* + * PSID file loaded and ready? + */ + +bool IsPSIDLoaded(void) +{ + return psid_loaded; +} + + /* * Select song for playing */