view src/audacious/ui_credits.h @ 4023:0f3cd542f23a

be more robust: tag updating enabled only if some field changed
author Eugene Zagidullin <e.asphyx@gmail.com>
date Tue, 27 Nov 2007 23:39:25 +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