From e10e9ee07c03d7ee5752b8122ecddaef40dfd5d5 Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Mon, 6 Feb 2012 01:21:36 -0700 Subject: Option input type situations almost done. Interfaces just need some work. --- src/commandset.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/commandset.h') diff --git a/src/commandset.h b/src/commandset.h index 579e1d8..aff2e4c 100644 --- a/src/commandset.h +++ b/src/commandset.h @@ -14,8 +14,10 @@ public: bool dispatch( class GameState &gState, const Bu::StringList &lCmd ); -private: typedef Bu::List CommandList; + const CommandList &getCommandList() const { return lCommand; } + +private: CommandList lCommand; }; -- cgit v1.2.3