Mercurial > audlegacy
view src/audacious/ui_credits.h @ 4281:3c673b6803c1
Remove legacy XMMS format conversion API. We have a new audio engine which does this the correct way.
author | William Pitcock <nenolod@atheme.org> |
---|---|
date | Tue, 12 Feb 2008 01:20:32 -0600 |
parents | b5ee3a4a8e3b |
children | 2eee464379dc |
line wrap: on
line source
#ifndef ABOUT_H #define ABOUT_H void show_about_window(void); void hide_about_window(void); void show_credits_window(void); #endif