view audacious/credits.h @ 1406:f40d0496fda5 trunk

[svn] Volume fix (using a lookup table) from upstream CVS.
author chainsaw
date Sat, 15 Jul 2006 16:05:21 -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