#pragma once // Recovered PDB signatures: // ?InterleaveBits@@YAHHH@Z // ?DeInterleaveBits@@YAXHAAH0@Z int InterleaveBits(int x, int y); void DeInterleaveBits(int bits, int& x, int& y);