view audacious/ui_credits.h @ 2247:ef1316b48550 trunk

[svn] Add 'mainwin-display' handler; currently can only make the mainwin appear, but not disappear.
author kiyoshi
date Wed, 03 Jan 2007 07:19:28 -0800
parents a6010343e979
children
line wrap: on
line source


#ifndef ABOUT_H
#define ABOUT_H

void show_about_window(void);
void show_credits_window(void);

#endif