]> git.donarmstrong.com Git - lilypond.git/blobdiff - command.hh
release: 0.0.5
[lilypond.git] / command.hh
index 6b835e964bd8e307c5583aa6c9a85bd7ff9ec1a4..3e90067075cd4c45701dc028e5efbfe863307e2f 100644 (file)
@@ -1,7 +1,7 @@
 #ifndef COMMAND_HH
 #define COMMAND_HH
 #include "glob.hh"
-#include "mtime.hh"
+
 #include "vray.hh"
 #include "string.hh"
 
@@ -15,9 +15,13 @@ enum Commandcode {
 struct Command {
     Commandcode code;
 
-    Mtime when;
+    Real when;
     /// analogous to argv[]
     svec<String> args;
+    int priority;
+    
+    /****************/
+    
     Command();
     Command(Real w);
     bool isbreak()const;