]> git.donarmstrong.com Git - lilypond.git/blobdiff - flower/include/flower-proto.hh
Fix some bugs in the dynamic engraver and PostScript backend
[lilypond.git] / flower / include / flower-proto.hh
index 2f1e01e88e5795b313589fb75e3f28d9686cb0b9..0d82d8bbc797cb8b8146fdf7dc98beb9b1dd226b 100644 (file)
@@ -1,42 +1,34 @@
-
 /*
   fflower-proto.hh -- typenames in flowerlib
 
-  (c)  1996--2003 Han-Wen Nienhuys
+  (c) 1996--2006 Han-Wen Nienhuys
 */
 
-#ifndef FPROTO_HH
-#define FPROTO_HH
+#ifndef FLOWER_PROTO_HH
+#define FLOWER_PROTO_HH
+
+char const *flower_version_str0 ();
+
+typedef unsigned char Byte;
+struct String_convert;
 
+#include "std-string.hh"
+using namespace std;
 
-char const * flower_version_str0 ();
+#include "real.hh"
 
-template<class T> struct Link_array;
-template<class T> struct Array;
-template<class T,class K> struct Assoc;
-template<class K, class V> struct Hash_table;
-template<class K, class V> struct Hash_table_iter;
-template<class T> struct Dictionary_iter;
-template<class T> struct Dictionary;
-template<class T> struct Dictionary_iter;
-template<class T> struct Link_list;
 template<class T> struct Interval_t;
 template<class T> struct PQueue;
 
-#include "real.hh"
 
 typedef Interval_t<Real> Interval;
-typedef Interval_t<int> Slice; // junkme.
 
 struct Offset;
 struct Long_option_init;
 struct Rational;
-struct File_path;
+class File_name;
+class File_path;
 struct Getopt_long;
-struct String_data;
-struct String_handle;
-struct String_convert;
-struct String;
 
 struct Text_stream;
 struct Data_file;
@@ -50,7 +42,6 @@ typedef unsigned U32;
 typedef int I32;
 typedef long long I64;
 
-typedef unsigned char Byte;
 
 struct Duration;
 struct Duration_iterator;
@@ -61,7 +52,4 @@ struct File_storage;
 struct Mapped_file_storage;
 struct Simple_file_storage;
 
-
-
-#endif // FPROTO_HH
-
+#endif /* FLOWER_PROTO_HH */