2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-09 07:47:42 +00:00

Finish CInterpolationCamera

This commit is contained in:
Jack Andersen
2018-06-27 15:17:01 -10:00
parent 8df333b29a
commit 680cb7b353
13 changed files with 225 additions and 57 deletions

View File

@@ -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)