view audacious/credits.h @ 2106:33f768ab6418 trunk

[svn] Remove leftover plugin-related bits that don't do anything any more.
author kiyoshi
date Tue, 12 Dec 2006 14:03:08 -0800
parents 5c76d862ed49
children
line wrap: on
line source


#ifndef ABOUT_H
#define ABOUT_H

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

#endif