mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-12-09 09:47:42 +00:00
Initial work on CActor.cpp
This commit is contained in:
@@ -106,6 +106,9 @@ void vector< T, Alloc >::reserve(size_t size) {
|
||||
xc_items = newData;
|
||||
x8_capacity = size;
|
||||
}
|
||||
|
||||
typedef vector<void> unk_vector;
|
||||
CHECK_SIZEOF(unk_vector, 0x10)
|
||||
} // namespace rstl
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user