From 9d9f75e6da9885e256097a2eabd0ccb951a40651 Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Tue, 12 Sep 2006 18:19:05 +0000 Subject: Fixed the viewers, and some other good goo. --- src/action.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/action.h') 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: bool isEnded(); void next(); + int size() + { + return lCmds.size(); + } + eAction getAct(); std::string getWhat(); -- cgit v1.2.3