view src/audacious/ui_credits.h @ 4722:1a13d88b72f3

remove legacy interface preferences from ui_preferences.c
author Tomasz Mon <desowin@gmail.com>
date Sun, 13 Jul 2008 12:44:23 +0200
parents 6584bba8de63
children b87f8c707b7f
line wrap: on
line source


#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 */