Mercurial > audlegacy
view src/audacious/ui_credits.h @ 4330:0b9a75430f6b
Update URLs to libmcs and libmowgli and few typomatic things.
author | Matti Hamalainen <ccr@tnsp.org> |
---|---|
date | Thu, 13 Mar 2008 23:02:41 +0200 |
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