aboutsummaryrefslogtreecommitdiff
path: root/src/action.h
diff options
context:
space:
mode:
authorMike Buland <eichlan@xagasoft.com>2006-09-12 18:19:05 +0000
committerMike Buland <eichlan@xagasoft.com>2006-09-12 18:19:05 +0000
commit9d9f75e6da9885e256097a2eabd0ccb951a40651 (patch)
tree45f9e83c080e0243aad34cfdfe969e31677d14e0 /src/action.h
parent58f477bd5c5f9a61d4a4072d452856b180b1c172 (diff)
downloadbuild-9d9f75e6da9885e256097a2eabd0ccb951a40651.tar.gz
build-9d9f75e6da9885e256097a2eabd0ccb951a40651.tar.bz2
build-9d9f75e6da9885e256097a2eabd0ccb951a40651.tar.xz
build-9d9f75e6da9885e256097a2eabd0ccb951a40651.zip
Fixed the viewers, and some other good goo.
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 4f9a88e..0e08192 100644
--- a/src/action.h
+++ b/src/action.h
@@ -33,6 +33,11 @@ public:
33 bool isEnded(); 33 bool isEnded();
34 void next(); 34 void next();
35 35
36 int size()
37 {
38 return lCmds.size();
39 }
40
36 eAction getAct(); 41 eAction getAct();
37 std::string getWhat(); 42 std::string getWhat();
38 43