mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-12-12 00:23:59 +00:00
Add rstl::binary_find
Including CAnimData::GetBoundingBox
Former-commit-id: e4a864880b
This commit is contained in:
@@ -36,6 +36,7 @@ protected:
|
||||
public:
|
||||
typedef pointer_iterator< T, vector< T, Alloc >, Alloc > iterator;
|
||||
typedef const_pointer_iterator< T, vector< T, Alloc >, Alloc > const_iterator;
|
||||
typedef T value_type;
|
||||
|
||||
iterator begin() { return iterator(xc_items); }
|
||||
const_iterator begin() const { return const_iterator(xc_items); }
|
||||
|
||||
Reference in New Issue
Block a user