view audacious/credits.h @ 1039:fa999c7066e2 trunk

[svn] - if taglib_tag == NULL, then return instead of crash
author nenolod
date Sat, 13 May 2006 23:28:57 -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