]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/main.hh
* lily/lily-guile.cc (robust_scm2double): new function. Use throughout.
[lilypond.git] / lily / include / main.hh
index 9904c7512112d912804f6b1c63ca8505635f5e77..748128eea82fc6a9e450e6908fa880032d57ecb6 100644 (file)
@@ -9,6 +9,7 @@
 #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;