view audacious/credits.h @ 1883:5f0266d393b8 trunk

[svn] - try to intelligently choose which output plugin is best. candidates are in an null-terminated array, pl_candidates.
author nenolod
date Sat, 14 Oct 2006 21:11:15 -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