annotate audacious/credits.h @ 1287:e778f43a74fb trunk

[svn] - make tuples more verbose (they might be a bit big though)
author nenolod
date Sun, 18 Jun 2006 01:11:55 -0700
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