Play-/Source/hdd/HddDefs.h

7 lines
73 B
C
Raw Permalink Normal View History

2023-01-03 21:18:18 -05:00
#pragma once
namespace Hdd
{
static const uint64 g_sectorSize = 512;
}