1
0
mirror of https://github.com/mpv-player/mpv synced 2025-04-27 22:00:23 +00:00
mpv/gui/mplayer/gtk/pl.h
diego 3e9e4acd8d Do not use leading underscores in multiple inclusion guards, they are reserved.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23709 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-07-02 22:34:45 +00:00

15 lines
208 B
C

#ifndef GUI_PL_H
#define GUI_PL_H
#include <gtk/gtk.h>
extern GtkWidget * PlayList;
extern void ShowPlayList( void );
extern void HidePlayList( void );
extern GtkWidget * create_PlayList (void);
#endif