mirror of
https://github.com/geode-sdk/geode.git
synced 2025-03-24 03:39:56 -04:00
Merge branch 'main' into layout
This commit is contained in:
commit
3ba1ad12ff
1 changed files with 4 additions and 0 deletions
|
@ -522,6 +522,10 @@ namespace gd {
|
|||
operator std::vector<T>() {
|
||||
return m_internal;
|
||||
}
|
||||
|
||||
void clear() {
|
||||
m_internal.clear();
|
||||
}
|
||||
|
||||
operator std::vector<T>() const {
|
||||
return m_internal;
|
||||
|
|
Loading…
Add table
Reference in a new issue