mirror of
https://github.com/CookiePLMonster/SilentPatch.git
synced 2025-03-12 18:09:39 +05:00
6 lines
No EOL
106 B
C++
6 lines
No EOL
106 B
C++
#pragma once
|
|
|
|
#include <utility>
|
|
#include <cstdint>
|
|
|
|
std::pair<uint32_t, uint32_t> GetDesktopResolution(); |