1
0
mirror of https://github.com/alliedmodders/hl2sdk.git synced 2025-09-19 12:06:07 +08:00

Fix missing CBufferString error in memalloc.h

This commit is contained in:
GAMMACASE
2024-01-19 02:30:37 +03:00
parent a0e5701b26
commit 10c68304f1

View File

@ -95,6 +95,7 @@ struct MemoryInfoState
};
struct _CrtMemState;
class CBufferString;
#define MEMALLOC_VERSION 1