annotate mplayer.h @ 4965:923605707de6

sorry, 10l:)
author pontscho
date Thu, 07 Mar 2002 00:03:51 +0000
parents 3473ca9ef158
children bfc652fc7f43
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
724
pontscho
parents:
diff changeset
1
pontscho
parents:
diff changeset
2 #ifndef __MPLAYER_MAIN
pontscho
parents:
diff changeset
3 #define __MPLAYER_MAIN
pontscho
parents:
diff changeset
4
4798
c39affa2b376 new interface ? :)
pontscho
parents: 1006
diff changeset
5 extern int use_gui;
4818
3473ca9ef158 new gui interface, and gtk moved into mplayer process. fork ... bleh :)
pontscho
parents: 4798
diff changeset
6 extern char* current_module;
724
pontscho
parents:
diff changeset
7
pontscho
parents:
diff changeset
8 #endif