mirror of
https://github.com/fedddddd/iw5-gsc-utils.git
synced 2025-07-03 17:51:55 +00:00
Update pointers
This commit is contained in:
@ -38,9 +38,6 @@ namespace scripting
|
||||
array& operator=(const array& other);
|
||||
array& operator=(array&& other) noexcept;
|
||||
|
||||
void add() const;
|
||||
void release() const;
|
||||
|
||||
std::vector<array_key> get_keys() const;
|
||||
unsigned int size() const;
|
||||
|
||||
@ -85,7 +82,11 @@ namespace scripting
|
||||
return {this->id_, this->get_value_id(key.key)};
|
||||
}
|
||||
}
|
||||
|
||||
private:
|
||||
void add() const;
|
||||
void release() const;
|
||||
|
||||
unsigned int id_;
|
||||
};
|
||||
}
|
||||
|
Reference in New Issue
Block a user