openmw/components/misc/display.hpp
2023-11-28 22:22:34 +04:00

11 lines
178 B
C++

#ifndef OPENMW_COMPONENTS_MISC_DISPLAY_H
#define OPENMW_COMPONENTS_MISC_DISPLAY_H
#include <string>
namespace Misc
{
std::string getResolutionText(int x, int y);
}
#endif