view audacious/credits.h @ 909:46960fb15ba0 trunk

[svn] Linking fix for --as-needed LDFLAG, thanks to Diego "Flameeyes" Petteno.
author chainsaw
date Fri, 31 Mar 2006 14:55:11 -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