Mercurial > audlegacy
view src/audacious/ui_credits.h @ 4454:a7bf5b979a05
Remove duplicated path separator conversion (backslash to slash).
author | Matti Hamalainen <ccr@tnsp.org> |
---|---|
date | Sun, 13 Apr 2008 07:15:07 +0300 |
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