#pragma once namespace dxvk { template size_t countof(const T(&)[n]) { return n; } }