Mercurial > audlegacy
view audacious/credits.h @ 1158:c01fe6970660 trunk
[svn] - remove an old hack that is no longer necessary (can cause a crash (!))
author | nenolod |
---|---|
date | Thu, 08 Jun 2006 12:11:06 -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