0
0
mirror of https://github.com/mpv-player/mpv.git synced 2024-09-20 12:02:23 +02:00
mpv/mplayer.h
pontscho c090d0da98 new gui interface, and gtk moved into mplayer process. fork ... bleh :)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4819 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-02-23 15:12:55 +00:00

8 lines
104 B
C

#ifndef __MPLAYER_MAIN
#define __MPLAYER_MAIN
extern int use_gui;
extern char* current_module;
#endif