]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-0.0.9
authorfred <fred>
Sun, 21 Jul 1996 20:05:34 +0000 (20:05 +0000)
committerfred <fred>
Sun, 21 Jul 1996 20:05:34 +0000 (20:05 +0000)
hdr/glob.hh [new file with mode: 0644]

diff --git a/hdr/glob.hh b/hdr/glob.hh
new file mode 100644 (file)
index 0000000..7b8bb55
--- /dev/null
@@ -0,0 +1,9 @@
+#ifndef GLOB_HH
+#define GLOB_HH
+#include <assert.h>
+#include <math.h>
+#include "real.hh"
+
+#include "proto.hh"
+#include "const.hh"
+#endif