#ifndef CONSOLE_DETECT_HPP #define CONSOLE_DETECT_HPP #include #include #include void ConsoleDetectGetResolutions(TSGrowableArray& resolutions, int32_t widescreen); #endif