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