annotate audacious/credits.h @ 741:cef485724ca5 trunk

[svn] - wtf is this? well it's leaving at any rate.
author nenolod
date Mon, 27 Feb 2006 18:42:14 -0800
parents 5c76d862ed49
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
1
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
2 #ifndef ABOUT_H
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
3 #define ABOUT_H
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
4
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
5 void show_about_window(void);
500
5c76d862ed49 [svn] Add show_credits_window() declaration.
nenolod
parents: 471
diff changeset
6 void show_credits_window(void);
0
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
7
cb178e5ad177 [svn] Import audacious source.
nenolod
parents:
diff changeset
8 #endif