1
0
mirror of https://github.com/mpv-player/mpv synced 2025-05-08 03:05:15 +00:00
mpv/gui/mplayer/gtk/about.h
diego fba0b66ff9 Add explanatory comments to the #endif part of multiple inclusion guards.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25563 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-12-31 16:15:50 +00:00

13 lines
192 B
C

#ifndef GUI_ABOUT_H
#define GUI_ABOUT_H
#include <gtk/gtk.h>
extern GtkWidget * About;
extern GtkWidget * create_About( void );
extern void ShowAboutBox( void );
#endif /* GUI_ABOUT_H */