view src/audacious/ui_credits.h @ 4348:225d11441186

fixed compilation, if this is wrong please someone make it in a better way
author Cristi Magherusan <majeru@atheme.org>
date Sat, 15 Mar 2008 19:40:36 +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