view audacious/credits.h @ 1184:b146ec74d778 trunk

[svn] - place plugins we cannot register UIs for right now in a queue and register them later
author nenolod
date Sun, 11 Jun 2006 22:50:31 -0700
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