Add reset() method
This commit is contained in:
parent
719a57d3e8
commit
dc10c38a3f
2 changed files with 42 additions and 33 deletions
|
@ -105,6 +105,7 @@ namespace wren {
|
|||
bool has_user_data() const;
|
||||
|
||||
std::size_t dynafunc_byte_size() const;
|
||||
void reset (Configuration* conf);
|
||||
|
||||
private:
|
||||
struct LocalData;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue