view audacious/credits.h @ 1051:6e95edd16b43 trunk

[svn] - if writable == 0 then bail out of produce_audio() instead of segfault
author nenolod
date Sun, 14 May 2006 20:35:37 -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