1
mirror of https://github.com/mpv-player/mpv synced 2024-07-31 16:29:58 +02:00
mpv/mplayer.h
pontscho 33d7a129df some bug fix
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5920 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-05-01 09:29:06 +00:00

11 lines
164 B
C

#ifndef __MPLAYER_MAIN
#define __MPLAYER_MAIN
extern int use_gui;
extern char* current_module;
extern int fullscreen;
extern void exit_player(char* how);
#endif