Mercurial > mplayer.hg
view Gui/config.h @ 1784:e9ea2e9cf854
key handling fix
author | pontscho |
---|---|
date | Thu, 30 Aug 2001 20:51:35 +0000 |
parents | d237c5d4b216 |
children |
line wrap: on
line source
#ifndef __MYCONFIG #define __MYCONFIG extern unsigned char * cfgAppName; extern unsigned char * cfgSkin; extern int cfgRead( void ); extern void cfgDefaults( void ); #endif