Mercurial > audlegacy
view src/audacious/ui_credits.h @ 4212:47352b34dbdf
introduce ui_skinned_widget_draw
author | Tomasz Mon <desowin@gmail.com> |
---|---|
date | Tue, 22 Jan 2008 22:40:48 +0100 |
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