Archive / / / / / / NowPlayingTab.h
2008-10-06 16:12:40 UTC
previous next
/* Echo Media Player * Copyright (C) 2008 Shane O'Connell * * [ The original file includes a copyright header in this location describing * the file as being released under the terms of the GNU General Public * License. It has been removed in order to display the file as part of the * archive. ] */ #ifndef NOWPLAYINGTAB_H_ #define NOWPLAYINGTAB_H_ #include <gtkmm.h> class NowPlayingTab : public Gtk::HBox { public: NowPlayingTab(); }; #endif /* NOWPLAYINGTAB_H_ */