diff options
Diffstat (limited to 'src/action.h')
-rw-r--r-- | src/action.h | 5 |
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 | ||