summaryrefslogtreecommitdiff
path: root/src/gamestate.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gamestate.h')
-rw-r--r--src/gamestate.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gamestate.h b/src/gamestate.h
index 6000419..61e18e8 100644
--- a/src/gamestate.h
+++ b/src/gamestate.h
@@ -26,6 +26,8 @@ public:
26 26
27 void callFunction( const Bu::String &sName ); 27 void callFunction( const Bu::String &sName );
28 28
29 bool hasVariable( const Bu::String &sName, ScopeId id );
30 void delVariable( const Bu::String &sName, ScopeId id );
29 Variable getVariable( const Bu::String &sName, ScopeId id=sidLocal ); 31 Variable getVariable( const Bu::String &sName, ScopeId id=sidLocal );
30 void setVariable( const Bu::String &sName, const Variable &v, ScopeId id=sidLocal ); 32 void setVariable( const Bu::String &sName, const Variable &v, ScopeId id=sidLocal );
31 33