mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-12-12 00:23:59 +00:00
Enable clangd integration & revamp VS Code config
This commit is contained in:
@@ -233,7 +233,7 @@ typename vector< T, Alloc >::iterator vector< T, Alloc >::erase(iterator first,
|
||||
return first;
|
||||
}
|
||||
|
||||
typedef vector< void > unk_vector;
|
||||
typedef vector< int > unk_vector;
|
||||
CHECK_SIZEOF(unk_vector, 0x10)
|
||||
} // namespace rstl
|
||||
|
||||
|
||||
Reference in New Issue
Block a user