]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-0.1.9
authorfred <fred>
Sat, 16 Aug 1997 00:49:22 +0000 (00:49 +0000)
committerfred <fred>
Sat, 16 Aug 1997 00:49:22 +0000 (00:49 +0000)
lily/include/header.hh [new file with mode: 0644]

diff --git a/lily/include/header.hh b/lily/include/header.hh
new file mode 100644 (file)
index 0000000..e48733e
--- /dev/null
@@ -0,0 +1,21 @@
+/*
+  header.hh -- declare 
+
+  source file of the GNU LilyPond music typesetter
+
+  (c) 1997 Han-Wen Nienhuys <hanwen@stack.nl>
+*/
+
+
+#ifndef HEADER_HH
+#define HEADER_HH
+
+#include "string.hh"
+#include "assoc.hh"
+
+
+struct Header : Assoc<String, String>
+{
+};
+
+#endif // HEADER_HH