From: fred Date: Tue, 17 Sep 1996 15:10:16 +0000 (+0000) Subject: lilypond-0.0.1 X-Git-Tag: release/1.5.59~7194 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=af048681944e8c1f7feacf21fd5f985c2c2a0979;p=lilypond.git lilypond-0.0.1 --- 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