diff --git a/src/util/util_misc.h b/src/util/util_misc.h new file mode 100644 index 000000000..ea9782f99 --- /dev/null +++ b/src/util/util_misc.h @@ -0,0 +1,8 @@ +#pragma once + +namespace dxvk { + + template + size_t countof(const T(&)[n]) { return n; } + +} \ No newline at end of file