mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-12-16 03:37:00 +00:00
Enable clangd integration & revamp VS Code config
This commit is contained in:
@@ -8,7 +8,7 @@ template < typename T >
|
||||
class TOneStatic {
|
||||
public:
|
||||
void* operator new(size_t sz, const char*, const char*);
|
||||
void* operator new(size_t sz) { return operator new(sz, "??(??)", nullptr); }
|
||||
void* operator new(size_t sz) { return operator new(sz, "\?\?(\?\?)", nullptr); }
|
||||
void operator delete(void* ptr);
|
||||
|
||||
private:
|
||||
|
||||
Reference in New Issue
Block a user