mirror of
https://github.com/Mauler125/r5sdk.git
synced 2025-02-09 19:15:03 +01:00
* Promoted size types in CUtlBuffer to int64. * Fixed bug where CUtlBuffer::GetPtr returns a 64bit pointer that was promoted from a 32bit integral type. * Use int64/size_t for anything strlen, pointer subtraction, etc.. * Removed invalid structure alignment declarations.