From: fred Date: Sun, 24 Mar 2002 19:36:17 +0000 (+0000) Subject: lilypond-0.0.44 X-Git-Tag: release/1.5.59~5132 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=9fecdced52242447b648ce2667b22560f5fe5697;p=lilypond.git lilypond-0.0.44 --- diff --git a/lib/include/source.hh b/lib/include/source.hh index 6c79b75a99..05890f1310 100644 --- a/lib/include/source.hh +++ b/lib/include/source.hh @@ -5,22 +5,24 @@ #ifndef SOURCE_HH #define SOURCE_HH - -class Source +#include "source-file.hh" +#include "plist.hh" +#include "path.hh" +class Sources { public: - Source(); - ~Source(); - - void add( Source_file* sourcefile_p ); + Source_file * get_file_l( String &filename ); Source_file* sourcefile_l( char const* ch_c_l ); - + void set_path(File_path*p_C); + Sources(); + void set_binary(bool); private: + const File_path * path_C_; + void add( Source_file* sourcefile_p ); IPointerList sourcefile_p_iplist_; + bool binary_b_ ; }; -// ugh -extern Source* source_l_g; #endif // SOURCE_HH //