mirror of
https://github.com/alliedmodders/hl2sdk.git
synced 2025-12-06 18:18:23 +00:00
add two overflow functions to utlbuffer for linux
This commit is contained in:
parent
f1573c3515
commit
72e5625841
@ -471,8 +471,17 @@ protected:
|
||||
int m_nOffset;
|
||||
|
||||
UtlBufferOverflowFunc_t m_GetOverflowFunc;
|
||||
|
||||
#ifdef PLATFORM_POSIX
|
||||
void* m_OverFlowFunc2;
|
||||
#endif
|
||||
|
||||
UtlBufferOverflowFunc_t m_PutOverflowFunc;
|
||||
|
||||
#ifdef PLATFORM_POSIX
|
||||
void* m_OverFlowFunc4;
|
||||
#endif
|
||||
|
||||
CByteswap m_Byteswap;
|
||||
};
|
||||
|
||||
@ -1400,3 +1409,4 @@ inline void CUtlBuffer::Spew( )
|
||||
|
||||
#endif // UTLBUFFER_H
|
||||
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user