Mercurial > audlegacy
view audacious/credits.h @ 737:8efa4b799c19 trunk
[svn] Added a get_volume plugin function, to ensure that the player volume is properly updated when the player is remotely controlled
author | giacomo |
---|---|
date | Mon, 27 Feb 2006 16:52:02 -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