From f66458278ce3663397fc985a1253c85b74f011e6 Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Thu, 29 Dec 2011 22:27:59 -0700 Subject: Most AstNodes work now. Next up: loops, proper variable references with scopes, and gotos. --- src/astfunction.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/astfunction.h') diff --git a/src/astfunction.h b/src/astfunction.h index 4b2a049..a546b19 100644 --- a/src/astfunction.h +++ b/src/astfunction.h @@ -13,6 +13,7 @@ public: virtual Variable call( class GameState &gState ); void addParam( const Bu::String &sName ); + const Bu::StringList &getParamList() { return lParam; } void setAst( class AstBranch *pAst ); private: -- cgit v1.2.3