Mercurial > mplayer.hg
view gui/mplayer/gtk/pl.h @ 24850:54497a1e997a
removed silly #if 1
author | nicodvb |
---|---|
date | Sat, 27 Oct 2007 20:14:22 +0000 |
parents | 1cb14b091f46 |
children | 3baf6a2283da |
line wrap: on
line source
#ifndef GUI_PL_H #define GUI_PL_H #include <gtk/gtk.h> extern void ShowPlayList( void ); extern void HidePlayList( void ); extern GtkWidget * create_PlayList (void); #endif