view src/audacious/ui_credits.h @ 3421:9d6f17ceebb3 trunk

ui_skinselector: don't call gtk_main_iteration() here, as it's unsafe to do so from within the main loop.
author William Pitcock <nenolod@atheme.org>
date Sun, 02 Sep 2007 23:44:59 -0500
parents 3149d4b1a9a9
children b5ee3a4a8e3b
line wrap: on
line source


#ifndef ABOUT_H
#define ABOUT_H

void show_about_window(void);
void show_credits_window(void);

#endif