Mercurial > audlegacy
view audacious/credits.h @ 2131:a416e188db64 trunk
[svn] regex-powered jump to file - should be considerably faster than the old one
author | giacomo |
---|---|
date | Fri, 15 Dec 2006 16:04:22 -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