diff options
Diffstat (limited to 'src/help.h')
| -rw-r--r-- | src/help.h | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/src/help.h b/src/help.h index 35f67a714..3fce65fef 100644 --- a/src/help.h +++ b/src/help.h @@ -1,9 +1,6 @@ #ifndef SEEN_HELP_H #define SEEN_HELP_H - -/** - * Help/About window - * +/* * Authors: * Lauris Kaplinski <lauris@kaplinski.com> * @@ -13,10 +10,14 @@ * Released under GNU GPL, read the file 'COPYING' for more information */ -#include <glib/gtypes.h> -#include <gtk/gtkmenuitem.h> +#include <glib.h> +#include <gtk/gtk.h> +/** + * Help/About window. + */ void sp_help_about(void); + void sp_help_open_tutorial(GtkMenuItem *menuitem, gpointer data); |
