mirror of
https://github.com/whoahq/whoa.git
synced 2026-02-01 08:12:44 +03:00
11 lines
235 B
C++
11 lines
235 B
C++
#ifndef CONSOLE_DETECT_HPP
|
|
#define CONSOLE_DETECT_HPP
|
|
|
|
#include <storm/Array.hpp>
|
|
#include <tempest/Vector.hpp>
|
|
#include <cstdint>
|
|
|
|
void ConsoleDetectGetResolutions(TSGrowableArray<C2iVector>& resolutions, int32_t widescreen);
|
|
|
|
#endif
|