mirror of
https://github.com/krgamestudios/Toy.git
synced 2026-04-19 16:54:08 +10:00
Native functions are working
This commit is contained in:
@@ -21,3 +21,4 @@ bool isDelcaredScopeVariable(Scope* scope, Literal key);
|
||||
bool setScopeVariable(Scope* scope, Literal key, Literal value, bool constCheck);
|
||||
bool getScopeVariable(Scope* scope, Literal key, Literal* value);
|
||||
|
||||
Literal getScopeType(Scope* scope, Literal key);
|
||||
Reference in New Issue
Block a user