comparison gui/interface.c @ 24242:76f5d8892c04

Clean up the way get_path is handled: Compile get_path.c to an object to link against instead of directly #including the C file and replace the many extern declarations by a proper header file.
author diego
date Tue, 28 Aug 2007 11:20:24 +0000
parents 0bbfebce0583
children e82ecde2cbd4
comparison
equal deleted inserted replaced
24241:e6c56a194610 24242:76f5d8892c04
17 17
18 #include "access_mpcontext.h" 18 #include "access_mpcontext.h"
19 #include "app.h" 19 #include "app.h"
20 #include "cfg.h" 20 #include "cfg.h"
21 #include "help_mp.h" 21 #include "help_mp.h"
22 #include "get_path.h"
22 #include "libvo/x11_common.h" 23 #include "libvo/x11_common.h"
23 #include "libvo/video_out.h" 24 #include "libvo/video_out.h"
24 #include "libvo/font_load.h" 25 #include "libvo/font_load.h"
25 #include "libvo/sub.h" 26 #include "libvo/sub.h"
26 #include "input/input.h" 27 #include "input/input.h"