From af048681944e8c1f7feacf21fd5f985c2c2a0979 Mon Sep 17 00:00:00 2001 From: fred Date: Tue, 17 Sep 1996 15:10:16 +0000 Subject: [PATCH] lilypond-0.0.1 --- mtime.hh | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 mtime.hh diff --git a/mtime.hh b/mtime.hh new file mode 100644 index 0000000000..f42c87b82d --- /dev/null +++ b/mtime.hh @@ -0,0 +1,8 @@ +#ifndef MTIME_HH +#define MTIME_HH + +#include "real.hh" + +typedef Real Mtime; + +#endif MTIME_HH -- 2.39.5