view audacious/credits.h @ 1725:b30feae3daee trunk

[svn] Seems like someone did a fix for Linux' iconv like I did for BSD's in another file. Added an #ifdef here, too.
author js
date Sat, 16 Sep 2006 19:10:07 -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