5 lines
103 B
C++
5 lines
103 B
C++
#pragma once
|
|
|
|
#include <cstdint>
|
|
|
|
uint32_t Get3DSScalingFlag(bool fitToScreen, int width, int height);
|