(svn r14810) -Codechange: use the proper style for global variables.

This commit is contained in:
rubidium
2009-01-03 17:09:31 +00:00
parent 455a6e4554
commit 099022224f
4 changed files with 7 additions and 5 deletions

View File

@@ -13,6 +13,6 @@ struct SongSpecs {
char song_name[64];
};
extern const SongSpecs origin_songs_specs[NUM_SONGS_AVAILABLE];
extern const SongSpecs _origin_songs_specs[];
#endif //MUSIC_H