From 9fecdced52242447b648ce2667b22560f5fe5697 Mon Sep 17 00:00:00 2001 From: fred Date: Sun, 24 Mar 2002 19:36:17 +0000 Subject: [PATCH] lilypond-0.0.44 --- lib/include/source.hh | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) 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 // -- 2.39.5