Mercurial > audlegacy
view audacious/credits.h @ 1348:cc57f7545876 trunk
[svn] - add --no-log switch to disable the system logger (and instead dump to stdout)
author | nenolod |
---|---|
date | Wed, 28 Jun 2006 12:51:43 -0700 |
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