mirror of
https://github.com/zoriya/Bomberman.git
synced 2025-12-20 21:35:12 +00:00
hope you're HaPpY
This commit is contained in:
@@ -39,3 +39,12 @@ const RAY::ModelAnimation &RAY::ModelAnimations::at(int index) const
|
||||
return this->_animations.at(index);
|
||||
}
|
||||
|
||||
const RAY::ModelAnimation &RAY::ModelAnimations::operator[](int index) const
|
||||
{
|
||||
return this->_animations[index];
|
||||
}
|
||||
|
||||
RAY::ModelAnimation &RAY::ModelAnimations::at(int index)
|
||||
{
|
||||
return this->_animations.at(index);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user