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