mirror of
https://github.com/mpv-player/mpv
synced 2024-12-13 10:26:00 +00:00
1426a7df8a
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2903 b3059339-0415-0410-9bf9-f77b7e298cf2
9 lines
132 B
C
9 lines
132 B
C
#ifndef _GUI_OPTS_H
|
|
#define _GUI_OPTS_H
|
|
|
|
#include <gtk/gtk.h>
|
|
|
|
void HideOptions( void );
|
|
GtkWidget * create_Options( void );
|
|
|
|
#endif |