]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-0.0.1
authorfred <fred>
Tue, 17 Sep 1996 15:10:16 +0000 (15:10 +0000)
committerfred <fred>
Tue, 17 Sep 1996 15:10:16 +0000 (15:10 +0000)
mtime.hh [new file with mode: 0644]

diff --git a/mtime.hh b/mtime.hh
new file mode 100644 (file)
index 0000000..f42c87b
--- /dev/null
+++ b/mtime.hh
@@ -0,0 +1,8 @@
+#ifndef MTIME_HH
+#define MTIME_HH
+
+#include "real.hh"
+
+typedef Real Mtime;
+
+#endif MTIME_HH