From b672fa69c4c98509f8ee251b87300e3fcbe6bdc8 Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Mon, 31 Jul 2006 17:23:04 +0000 Subject: We're almost to rule/command generation, then only a couple of steps before it will do it all! --- src/action.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/action.h') diff --git a/src/action.h b/src/action.h index 12c2cc4..7518ed2 100644 --- a/src/action.h +++ b/src/action.h @@ -5,6 +5,7 @@ #include "staticstring.h" class Command; +class Builder; class Action { @@ -26,6 +27,8 @@ public: void debug(); + void execute( class Builder &bld ); + private: bool bDefault; StaticString sName; -- cgit v1.2.3