add PlayMusic metrics instead of using optional GetPath

This commit is contained in:
Chris Danford
2005-03-02 07:42:37 +00:00
parent 2d70433068
commit 1483e577d1
2 changed files with 8 additions and 7 deletions
+2
View File
@@ -32,6 +32,8 @@ protected:
virtual void GoToPrevScreen();
virtual void RefreshIcons();
ThemeMetric<bool> PLAY_MUSIC;
};
#endif