annotate audacious/credits.h @ 2144:b76039eeb6f0 trunk

[svn] - added auto-enqueue option for search-in-playlist
author giacomo
date Sat, 16 Dec 2006 10:44:25 -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