comparison gui/mplayer/gmplayer.h @ 25535:3baf6a2283da

Add explanatory comments to the #endif part of multiple inclusion guards.
author diego
date Mon, 31 Dec 2007 16:15:50 +0000
parents 1cb14b091f46
children 4129c8cfa742
comparison
equal deleted inserted replaced
25534:ed0cfc9e60cb 25535:3baf6a2283da
29 extern void mplMenuMouseHandle( int X,int Y,int RX,int RY ); 29 extern void mplMenuMouseHandle( int X,int Y,int RX,int RY );
30 30
31 extern void mplPBInit( void ); 31 extern void mplPBInit( void );
32 extern void mplPBShow( int x, int y ); 32 extern void mplPBShow( int x, int y );
33 33
34 #endif 34 #endif /* GUI_GMPLAYER_H */