From 1bc10d1408eb29b0675a030e029155dd046b1dd8 Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Thu, 29 Dec 2011 13:06:40 -0700 Subject: Functions can be called now, at least manually. A little more work needs to be done before they're being called from code correctly. --- src/game.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/game.h') diff --git a/src/game.h b/src/game.h index dd614cf..4abb4da 100644 --- a/src/game.h +++ b/src/game.h @@ -16,6 +16,11 @@ public: Game(); virtual ~Game(); + Function *getFunction( const Bu::String &sName ); + +private: + void addFunction( Function *pFunc ); + private: typedef Bu::Hash FunctionHash; typedef Bu::Hash SituationHash; -- cgit v1.2.3