2 source.hh -- part of LilyPond
4 (c) 1997--2004 Jan Nieuwenhuizen <janneke@gnu.org>
10 #include "flower-proto.hh"
12 /* A set of sourcefiles. */
15 Sources (Sources const&) {}
16 Cons<Source_file> *sourcefile_list_;
23 Source_file *get_file (String &filename );
24 Source_file *get_sourcefile (char const*);
25 void add (Source_file* sourcefile );
26 void set_path (File_path*);
27 void set_binary (bool);
29 const File_path *path_;
34 #endif /* SOURCE_HH */