Structs (IN BETA)
This commit is contained in:
@@ -8,6 +8,7 @@
|
||||
namespace data {
|
||||
extern std::vector<std::map<std::string, Value>> scopes;
|
||||
extern std::map<std::string, Function> functions;
|
||||
extern std::map<std::string, Struct> structs;
|
||||
void modifyValue(std::string key, Value value);
|
||||
Value getValue(std::string key);
|
||||
void pushScope();
|
||||
|
||||
Reference in New Issue
Block a user