Don't get testy with me

This commit is contained in:
2022-08-29 12:23:48 +10:00
parent 1937d727bb
commit 61efb96fe2
4 changed files with 184 additions and 0 deletions

View File

@@ -23,3 +23,4 @@ bool setScopeVariable(Scope* scope, Literal key, Literal value, bool constCheck)
bool getScopeVariable(Scope* scope, Literal key, Literal* value);
Literal getScopeType(Scope* scope, Literal key);