mirror of
https://github.com/jpd002/Play-.git
synced 2025-04-28 13:47:57 +03:00
6 lines
73 B
C++
6 lines
73 B
C++
#pragma once
|
|
|
|
namespace Hdd
|
|
{
|
|
static const uint64 g_sectorSize = 512;
|
|
}
|