mirror of
https://github.com/ValKmjolnir/Nasal-Interpreter.git
synced 2026-07-26 21:03:05 +08:00
add some new functions
This commit is contained in:
@@ -33,6 +33,7 @@ class NasalHash
|
||||
NasalList Keys();
|
||||
void Delete(const char *);
|
||||
NasalHash& operator=(const NasalHash&);
|
||||
void SearchElement(std::string &);
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user