2023-11-28 18:03:04 +04:00
|
|
|
#ifndef OPENMW_COMPONENTS_MISC_DISPLAY_H
|
|
|
|
#define OPENMW_COMPONENTS_MISC_DISPLAY_H
|
|
|
|
|
|
|
|
#include <string>
|
|
|
|
|
|
|
|
namespace Misc
|
|
|
|
{
|
2023-11-28 22:47:27 +04:00
|
|
|
std::string getResolutionText(int x, int y, const std::string& format);
|
2023-11-28 18:03:04 +04:00
|
|
|
}
|
|
|
|
|
|
|
|
#endif
|