From 19e2b8cae9c66a6c971fa088642bec739067c7ad Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Mon, 6 Feb 2012 01:27:41 -0700 Subject: Option input type works now. --- src/commandset.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/commandset.h') 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: void addCommand( class Command *pCmd ); bool dispatch( class GameState &gState, const Bu::StringList &lCmd ); + void exec( class GameState &gState, int idx ); typedef Bu::List CommandList; const CommandList &getCommandList() const { return lCommand; } -- cgit v1.2.3