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