view audacious/credits.h @ 1539:850f1eba9cbd trunk

[svn] - switch to stdlib/unistd.h for malloc (all C89/C99 systems have these). fixes bug #539.
author nenolod
date Wed, 09 Aug 2006 02:04:02 -0700
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