#pragma once #include namespace math { uint32_t log2(uint32_t value); uint32_t BitsToBytes(uint32_t bits); }