Archive / / / / Echo.h
2008-10-06 11:18:27 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 ECHO_H_ #define ECHO_H_ #include <gtkmm.h> #include "ui/MainWindow.h" class Echo { public: void run(int argc, char *argv[]); private: MainWindow m_main_window; }; #endif /* ECHO_H_ */