# | Line 1 | Line 1 | |
---|---|---|
1 | /* | |
2 | * main.h - SIDPlayer common routines | |
3 | * | |
4 | < | * SIDPlayer (C) Copyright 1996-2001 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(int argc, char **argv); |
46 | > | extern void InitAll(int &argc, char **&argv); |
47 | ||
48 | // Exit everything | |
49 | extern void ExitAll(void); |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |