comparison gui/mplayer/play.h @ 26382:b2f4abcf20ed

Make include paths consistent; do not use ../ in them.
author diego
date Sat, 12 Apr 2008 16:03:07 +0000
parents 4129c8cfa742
children b0a7b35b78d2
comparison
equal deleted inserted replaced
26381:4617c374f752 26382:b2f4abcf20ed
1 #ifndef MPLAYER_GUI_PLAY_H 1 #ifndef MPLAYER_GUI_PLAY_H
2 #define MPLAYER_GUI_PLAY_H 2 #define MPLAYER_GUI_PLAY_H
3 3
4 #include "../config.h" 4 #include "config.h"
5 5
6 extern int mplGotoTheNext; 6 extern int mplGotoTheNext;
7 7
8 extern void mplEnd( void ); 8 extern void mplEnd( void );
9 extern void mplFullScreen( void ); 9 extern void mplFullScreen( void );