more cleanup and grouping functions logically together

This commit is contained in:
Andrzej Rybczak
2012-08-29 14:34:39 +02:00
parent b1c301dc1c
commit b06e620913
28 changed files with 486 additions and 512 deletions

View File

@@ -22,7 +22,7 @@
#define _SONG_INFO_H
#include "screen.h"
#include "song.h"
#include "mutable_song.h"
class SongInfo : public Screen<Scrollpad>
{