diff src/audacious/legacy/ui_credits.h @ 4700:3a56d2786063

move all files belonging to the legacy UI to legacy/
author mf0102 <0102@gmx.at>
date Sun, 06 Jul 2008 17:55:40 +0200
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/src/audacious/legacy/ui_credits.h	Sun Jul 06 17:55:40 2008 +0200
@@ -0,0 +1,9 @@
+
+#ifndef AUDACIOUS_UI_CREDITS_H
+#define AUDACIOUS_UI_CREDITS_H
+
+void show_about_window(void);
+void hide_about_window(void);
+void show_credits_window(void);
+
+#endif /* AUDACIOUS_UI_CREDITS_H */