Update mxdsbuffer.h

This commit is contained in:
Misha 2023-10-29 16:59:54 -04:00
parent 70400e9185
commit ed4281071d
No known key found for this signature in database
GPG Key ID: 8441D12AEF33FED8

View File

@ -4,8 +4,7 @@
#include "decomp.h"
#include "mxcore.h"
enum MxDSBufferType
{
enum MxDSBufferType {
MxDSBufferType_Chunk = 0,
MxDSBufferType_Allocate = 1,
MxDSBufferType_Preallocated = 2,