mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-12-10 06:27:41 +00:00
Enable clangd integration & revamp VS Code config
This commit is contained in:
@@ -52,7 +52,7 @@ single_ptr< T >& single_ptr< T >::Set(T* ptr) {
|
||||
return *this = ptr;
|
||||
}
|
||||
|
||||
typedef single_ptr< void > unk_singleptr;
|
||||
typedef single_ptr< int > unk_singleptr;
|
||||
CHECK_SIZEOF(unk_singleptr, 0x4);
|
||||
} // namespace rstl
|
||||
|
||||
|
||||
Reference in New Issue
Block a user