FeatherMC/src/Common.h

7 lines
104 B
C++

#pragma once
constexpr unsigned long long operator"" KB(unsigned long long l)
{
return l * 1024;
}