mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-04-28 21:07:59 +03:00
12 lines
178 B
C++
12 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
|