]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/main.hh
2003 -> 2004
[lilypond.git] / lily / include / main.hh
index 9904c7512112d912804f6b1c63ca8505635f5e77..86d578a53616df02febdcf9a53881bcb33418cd5 100644 (file)
@@ -3,12 +3,13 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c)  1997--2003 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c) 1997--2004 Han-Wen Nienhuys <hanwen@cs.uu.nl>
 */
 #ifndef MAIN_HH
 #define MAIN_HH
 
 #include "lily-proto.hh"
+#include "array.hh"
 
 void debug_init ();
 void set_debug (bool);
@@ -39,6 +40,7 @@ extern bool internal_type_checking_global_b;
 
 /* misc */
 extern All_font_metrics *all_fonts_global;
+extern Array<String> failed_files;
 extern int exit_status_global;
 extern File_path global_path;
 extern int score_count_global;