mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 07:47:42 +00:00
Finish CInterpolationCamera
This commit is contained in:
@@ -387,6 +387,12 @@ public:
|
||||
return base::_const_cast_iterator(pos);
|
||||
}
|
||||
|
||||
void pop_front()
|
||||
{
|
||||
if (x0_size != 0)
|
||||
erase(begin());
|
||||
}
|
||||
|
||||
void clear()
|
||||
{
|
||||
if (std::is_destructible<T>::value && !std::is_trivially_destructible<T>::value)
|
||||
|
||||
Reference in New Issue
Block a user