aboutsummaryrefslogtreecommitdiff
path: root/src/action.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/action.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/action.h b/src/action.h
index 7518ed2..ea92efa 100644
--- a/src/action.h
+++ b/src/action.h
@@ -25,6 +25,11 @@ public:
25 return bDefault; 25 return bDefault;
26 } 26 }
27 27
28 int getNumCommands()
29 {
30 return lCommand.size();
31 }
32
28 void debug(); 33 void debug();
29 34
30 void execute( class Builder &bld ); 35 void execute( class Builder &bld );