view audacious/credits.h @ 785:20a62ae86b6e trunk

[svn] - some compilers couldn't figure the original call out, so put a struct infront of it
author nenolod
date Thu, 02 Mar 2006 16:07:31 -0800
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