summaryrefslogtreecommitdiff
path: root/src/commandset.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/commandset.h')
-rw-r--r--src/commandset.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/commandset.h b/src/commandset.h
index aff2e4c..d7094f0 100644
--- a/src/commandset.h
+++ b/src/commandset.h
@@ -13,6 +13,7 @@ public:
13 void addCommand( class Command *pCmd ); 13 void addCommand( class Command *pCmd );
14 14
15 bool dispatch( class GameState &gState, const Bu::StringList &lCmd ); 15 bool dispatch( class GameState &gState, const Bu::StringList &lCmd );
16 void exec( class GameState &gState, int idx );
16 17
17 typedef Bu::List<class Command *> CommandList; 18 typedef Bu::List<class Command *> CommandList;
18 const CommandList &getCommandList() const { return lCommand; } 19 const CommandList &getCommandList() const { return lCommand; }