view mplayer.h @ 4850:13ea8fab37dd

Small bugfix (memcpy too small without sizeof(int) :( ) Add move invalide bind msg so it appear only when needed :)
author albeu
date Sun, 24 Feb 2002 21:22:12 +0000
parents 3473ca9ef158
children bfc652fc7f43
line wrap: on
line source


#ifndef __MPLAYER_MAIN
#define __MPLAYER_MAIN

extern int use_gui;
extern char* current_module;

#endif