1
0
mirror of https://github.com/alliedmodders/hl2sdk.git synced 2025-09-19 03:56:10 +08:00

Update CUtlBuffer::m_Memory

This commit is contained in:
GAMMACASE
2025-08-02 16:04:44 +03:00
parent 290a001111
commit fc5d539a49

View File

@ -20,6 +20,7 @@
#include "tier1/utlmemory.h"
#include "tier1/cbyteswap.h"
#include "tier1/bufferstring.h"
#include "tier1/utlleanvector.h"
#include <stdarg.h>
@ -454,7 +455,7 @@ protected:
template <typename T> void PutTypeBin( T src );
template <typename T> void PutObject( T *src );
CUtlMemory<unsigned char> m_Memory;
CUtlLeanVector<unsigned char> m_Memory;
int m_Get;
int m_Put;