From 59f94f34ea25ce8613849bad43faf022b9ed5f5d Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Fri, 30 Dec 2011 11:00:04 -0700 Subject: Looks like commands work, mostly. --- src/game.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/game.h') diff --git a/src/game.h b/src/game.h index 675721c..8e2ec1b 100644 --- a/src/game.h +++ b/src/game.h @@ -20,6 +20,8 @@ public: Variable getParam( const Bu::String &sName ) const; Situation *getSituation( const Bu::String &sName ); + bool execCommand( class GameState &gState, const Bu::StringList &lCmd ); + private: void addFunction( Function *pFunc ); -- cgit v1.2.3